Skip to content

Commit 4906d66

Browse files
committed
fix ci
1 parent e41cc9a commit 4906d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
- name: coverage
5959
id: coverage
6060
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
6262
6363
- name: Push grcov results to Coveralls
6464
uses: coverallsapp/github-action@v2
6565
with:
6666
github-token: ${{ secrets.GITHUB_TOKEN }}
6767
file: /tmp/lcov-${{ github.sha }}.info
68-
format: coveralls
68+
format: lcove
6969

7070
fmt:
7171
name: Rustfmt

0 commit comments

Comments
 (0)