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 3636 run : make coverage
3737
3838 - name : Upload to codecov.io
39- uses : codecov/codecov-action@v4.6 .0
39+ uses : codecov/codecov-action@v5.0 .0
4040 with :
4141 token : ${{ secrets.CODECOV_TOKEN }}
4242 files : policies/coverage.json
7474 run : npm run coverage
7575
7676 - name : Upload to codecov.io
77- uses : codecov/codecov-action@v4.6 .0
77+ uses : codecov/codecov-action@v5.0 .0
7878 with :
7979 token : ${{ secrets.CODECOV_TOKEN }}
8080 directory : frontend/coverage/
@@ -162,7 +162,7 @@ jobs:
162162 grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov
163163
164164 - name : Upload to codecov.io
165- uses : codecov/codecov-action@v4.6 .0
165+ uses : codecov/codecov-action@v5.0 .0
166166 with :
167167 token : ${{ secrets.CODECOV_TOKEN }}
168168 files : target/coverage/*.lcov
You can’t perform that action at this time.
0 commit comments