File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
run : make coverage
39
39
40
40
- name : Upload to codecov.io
41
- uses : codecov/codecov-action@v5.4.3
41
+ uses : codecov/codecov-action@v5.5.0
42
42
with :
43
43
token : ${{ secrets.CODECOV_TOKEN }}
44
44
files : policies/coverage.json
65
65
run : npm run coverage
66
66
67
67
- name : Upload to codecov.io
68
- uses : codecov/codecov-action@v5.4.3
68
+ uses : codecov/codecov-action@v5.5.0
69
69
with :
70
70
token : ${{ secrets.CODECOV_TOKEN }}
71
71
directory : frontend/coverage/
@@ -132,7 +132,7 @@ jobs:
132
132
grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov
133
133
134
134
- name : Upload to codecov.io
135
- uses : codecov/codecov-action@v5.4.3
135
+ uses : codecov/codecov-action@v5.5.0
136
136
with :
137
137
token : ${{ secrets.CODECOV_TOKEN }}
138
138
files : target/coverage/*.lcov
You can’t perform that action at this time.
0 commit comments