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 36
36
run : make coverage
37
37
38
38
- name : Upload to codecov.io
39
- uses : codecov/codecov-action@v5.2 .0
39
+ uses : codecov/codecov-action@v5.3 .0
40
40
with :
41
41
token : ${{ secrets.CODECOV_TOKEN }}
42
42
files : policies/coverage.json
74
74
run : npm run coverage
75
75
76
76
- name : Upload to codecov.io
77
- uses : codecov/codecov-action@v5.2 .0
77
+ uses : codecov/codecov-action@v5.3 .0
78
78
with :
79
79
token : ${{ secrets.CODECOV_TOKEN }}
80
80
directory : frontend/coverage/
@@ -161,7 +161,7 @@ jobs:
161
161
grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov
162
162
163
163
- name : Upload to codecov.io
164
- uses : codecov/codecov-action@v5.2 .0
164
+ uses : codecov/codecov-action@v5.3 .0
165
165
with :
166
166
token : ${{ secrets.CODECOV_TOKEN }}
167
167
files : target/coverage/*.lcov
You can’t perform that action at this time.
0 commit comments