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 33
33
run : make coverage
34
34
35
35
- name : Upload to codecov.io
36
- uses : codecov/codecov-action@v5.3.1
36
+ uses : codecov/codecov-action@v5.4.0
37
37
with :
38
38
token : ${{ secrets.CODECOV_TOKEN }}
39
39
files : policies/coverage.json
60
60
run : npm run coverage
61
61
62
62
- name : Upload to codecov.io
63
- uses : codecov/codecov-action@v5.3.1
63
+ uses : codecov/codecov-action@v5.4.0
64
64
with :
65
65
token : ${{ secrets.CODECOV_TOKEN }}
66
66
directory : frontend/coverage/
@@ -127,7 +127,7 @@ jobs:
127
127
grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov
128
128
129
129
- name : Upload to codecov.io
130
- uses : codecov/codecov-action@v5.3.1
130
+ uses : codecov/codecov-action@v5.4.0
131
131
with :
132
132
token : ${{ secrets.CODECOV_TOKEN }}
133
133
files : target/coverage/*.lcov
You can’t perform that action at this time.
0 commit comments