Skip to content

Commit

Permalink
Merge pull request #164 from michaelb/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
michaelb authored May 26, 2022
2 parents c37ce1d + a0486c7 commit beff530
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
7 changes: 3 additions & 4 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ coverage:
status:
patch:
default:
target: 1%
threshold: 90%
target: auto
threshold: 5
path: "src"

project:
default:
target: 1%
threshold: 90%
target: 50
path: "src"
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: cargo build --verbose --release

buildmsrv:
name: build-nightly
name: build-msrv
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sniprun"
version = "1.2.3"
version = "1.2.4"
authors = ["michaelb <[email protected]>"]
rust-version="1.31"
edition = "2018"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ I know that this README is exhaustively long (for the sake of clarity, bear with
</br>

###### TLDR: ```Plug 'michaelb/sniprun', {'do': 'bash install.sh'}``` </br> ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ```:SnipRun```, ```:'<,'>SnipRun```,```:SnipInfo```
###### (but please [configure](README.md#my-usage-recommandatoin-tricks) the \<Plug> mappings)



Expand Down

0 comments on commit beff530

Please sign in to comment.