File tree Expand file tree Collapse file tree 9 files changed +19
-9
lines changed
src/templates/.github/workflows
bin-lib/.github/workflows
custom-project-name/.github/workflows
custom-project-repo-name/.github/workflows
custom-repo-name/.github/workflows
description/.github/workflows Expand file tree Collapse file tree 9 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ v0.3.0 (in development)
3
3
- Switch from nom to winnow
4
4
- ` release ` : Take name of repository's default branch into account when adding
5
5
changelog link to README
6
- - ` test.yml ` template: Improve Dependabot exclusion condition
6
+ - ` test.yml ` template:
7
+ - Improve Dependabot exclusion condition
8
+ - Use v4 of Codecov action with token
7
9
8
10
v0.2.0 (2023-11-22)
9
11
-------------------
Original file line number Diff line number Diff line change @@ -90,10 +90,11 @@ jobs:
90
90
run: cargo llvm-cov --all-features --lcov --output-path lcov.info
91
91
92
92
- name: Upload coverage to Codecov
93
- uses: codecov/codecov-action@v3
93
+ uses: codecov/codecov-action@v4
94
94
with:
95
95
files: lcov.info
96
96
fail_ci_if_error: false
97
+ token: $\{\{ secrets.CODECOV_TOKEN }}
97
98
98
99
lint:
99
100
runs-on: ubuntu-latest
Original file line number Diff line number Diff line change @@ -90,10 +90,11 @@ jobs:
90
90
run : cargo llvm-cov --all-features --lcov --output-path lcov.info
91
91
92
92
- name : Upload coverage to Codecov
93
- uses : codecov/codecov-action@v3
93
+ uses : codecov/codecov-action@v4
94
94
with :
95
95
files : lcov.info
96
96
fail_ci_if_error : false
97
+ token : ${{ secrets.CODECOV_TOKEN }}
97
98
98
99
lint :
99
100
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -90,10 +90,11 @@ jobs:
90
90
run : cargo llvm-cov --all-features --lcov --output-path lcov.info
91
91
92
92
- name : Upload coverage to Codecov
93
- uses : codecov/codecov-action@v3
93
+ uses : codecov/codecov-action@v4
94
94
with :
95
95
files : lcov.info
96
96
fail_ci_if_error : false
97
+ token : ${{ secrets.CODECOV_TOKEN }}
97
98
98
99
lint :
99
100
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -90,10 +90,11 @@ jobs:
90
90
run : cargo llvm-cov --all-features --lcov --output-path lcov.info
91
91
92
92
- name : Upload coverage to Codecov
93
- uses : codecov/codecov-action@v3
93
+ uses : codecov/codecov-action@v4
94
94
with :
95
95
files : lcov.info
96
96
fail_ci_if_error : false
97
+ token : ${{ secrets.CODECOV_TOKEN }}
97
98
98
99
lint :
99
100
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -90,10 +90,11 @@ jobs:
90
90
run : cargo llvm-cov --all-features --lcov --output-path lcov.info
91
91
92
92
- name : Upload coverage to Codecov
93
- uses : codecov/codecov-action@v3
93
+ uses : codecov/codecov-action@v4
94
94
with :
95
95
files : lcov.info
96
96
fail_ci_if_error : false
97
+ token : ${{ secrets.CODECOV_TOKEN }}
97
98
98
99
lint :
99
100
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -90,10 +90,11 @@ jobs:
90
90
run : cargo llvm-cov --all-features --lcov --output-path lcov.info
91
91
92
92
- name : Upload coverage to Codecov
93
- uses : codecov/codecov-action@v3
93
+ uses : codecov/codecov-action@v4
94
94
with :
95
95
files : lcov.info
96
96
fail_ci_if_error : false
97
+ token : ${{ secrets.CODECOV_TOKEN }}
97
98
98
99
lint :
99
100
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -90,10 +90,11 @@ jobs:
90
90
run : cargo llvm-cov --all-features --lcov --output-path lcov.info
91
91
92
92
- name : Upload coverage to Codecov
93
- uses : codecov/codecov-action@v3
93
+ uses : codecov/codecov-action@v4
94
94
with :
95
95
files : lcov.info
96
96
fail_ci_if_error : false
97
+ token : ${{ secrets.CODECOV_TOKEN }}
97
98
98
99
lint :
99
100
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -90,10 +90,11 @@ jobs:
90
90
run : cargo llvm-cov --all-features --lcov --output-path lcov.info
91
91
92
92
- name : Upload coverage to Codecov
93
- uses : codecov/codecov-action@v3
93
+ uses : codecov/codecov-action@v4
94
94
with :
95
95
files : lcov.info
96
96
fail_ci_if_error : false
97
+ token : ${{ secrets.CODECOV_TOKEN }}
97
98
98
99
lint :
99
100
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments