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 3333 run : make coverage
3434
3535 - name : Upload to codecov.io
36- uses : codecov/codecov-action@v5.3.1
36+ uses : codecov/codecov-action@v5.4.0
3737 with :
3838 token : ${{ secrets.CODECOV_TOKEN }}
3939 files : policies/coverage.json
6060 run : npm run coverage
6161
6262 - name : Upload to codecov.io
63- uses : codecov/codecov-action@v5.3.1
63+ uses : codecov/codecov-action@v5.4.0
6464 with :
6565 token : ${{ secrets.CODECOV_TOKEN }}
6666 directory : frontend/coverage/
@@ -127,7 +127,7 @@ jobs:
127127 grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov
128128
129129 - name : Upload to codecov.io
130- uses : codecov/codecov-action@v5.3.1
130+ uses : codecov/codecov-action@v5.4.0
131131 with :
132132 token : ${{ secrets.CODECOV_TOKEN }}
133133 files : target/coverage/*.lcov
You can’t perform that action at this time.
0 commit comments