From 87079cdc47ff15a2b17edf98a67e221924b0ef90 Mon Sep 17 00:00:00 2001 From: Michael Bleuez Date: Mon, 23 May 2022 22:56:55 +0200 Subject: [PATCH 1/5] fix name of build-msrv in CI --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 15ae9c75..41cf75fd 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 From 33b5beefb9e7863537c1101955d33357a7300310 Mon Sep 17 00:00:00 2001 From: Michael Bleuez Date: Mon, 23 May 2022 23:00:24 +0200 Subject: [PATCH 2/5] update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 58ec2b45..ad7ba968 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ I know that this README is exhaustively long (for the sake of clarity, bear with
###### TLDR: ```Plug 'michaelb/sniprun', {'do': 'bash install.sh'}```
​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ```:SnipRun```, ```:'<,'>SnipRun```,```:SnipInfo``` -###### (but please [configure](README.md#my-usage-recommandatoin-tricks) the \ mappings) From ce7b15435f30133132be3071efecdefe33797090 Mon Sep 17 00:00:00 2001 From: Michael Bleuez Date: Thu, 26 May 2022 17:25:38 +0200 Subject: [PATCH 3/5] fix (&loosen) codecov --- .codecov.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 38d8d949..163d6c27 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -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" From aee3c723478615d7bb76c4726077261a5738a2c2 Mon Sep 17 00:00:00 2001 From: Michael Bleuez Date: Thu, 26 May 2022 17:33:45 +0200 Subject: [PATCH 4/5] update cargo lock --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25170927..1f87effe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -252,9 +252,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.5" +version = "1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" +checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" dependencies = [ "aho-corasick", "memchr", @@ -263,9 +263,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.25" +version = "0.6.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" +checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" [[package]] name = "rmp" From a0486c7b138268505a0111807f3e8328db99d27f Mon Sep 17 00:00:00 2001 From: Michael Bleuez Date: Thu, 26 May 2022 17:34:52 +0200 Subject: [PATCH 5/5] bump version to 1.2.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aed8aba0..71804b9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sniprun" -version = "1.2.3" +version = "1.2.4" authors = ["michaelb "] rust-version="1.31" edition = "2018"