File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
58
58
- name : coverage
59
59
id : coverage
60
60
run : |
61
- grcov '/home/runner/work/jwt-ui/jwt-ui' --source-dir '/home/runner/work/jwt-ui/jwt-ui' --service-job-id ${{ github.job }} --service-name 'Continuous Integration' --commit-sha ${{ github.sha }} --output-file "/tmp/lcov-${{ github.sha }}.info" --branch --ignore-not-existing --llvm --filter covered --ignore '/*' --ignore 'C:/*' --ignore '../*' --keep-only './src/*' -t coveralls+
61
+ grcov '/home/runner/work/jwt-ui/jwt-ui' --source-dir '/home/runner/work/jwt-ui/jwt-ui' --service-job-id ${{ github.job }} --service-name 'Continuous Integration' --commit-sha ${{ github.sha }} --output-file "/tmp/lcov-${{ github.sha }}.info" --branch --ignore-not-existing --llvm --filter covered --ignore '/*' --ignore 'C:/*' --ignore '../*' --keep-only './src/*' -t lcov
62
62
63
63
- name : Push grcov results to Coveralls
64
64
uses : coverallsapp/github-action@v2
65
65
with :
66
66
github-token : ${{ secrets.GITHUB_TOKEN }}
67
67
file : /tmp/lcov-${{ github.sha }}.info
68
- format : coveralls
68
+ format : lcove
69
69
70
70
fmt :
71
71
name : Rustfmt
You can’t perform that action at this time.
0 commit comments