Skip to content

Commit

Permalink
exclude .cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
leshow committed Aug 10, 2023
1 parent 2e84ea1 commit bf1b243
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/actions-rs/grcov.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,10 @@ jobs:
uses: actions-rs/grcov@v0.1.5
env:
SQLX_OFFLINE: true
NODE_COVERALLS_DEBUG: true
- name: Coveralls upload
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ${{ steps.coverage.outputs.report }}
debug: true
10 changes: 10 additions & 0 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
branch: false
ignore-not-existing: true
llvm: true
filter: covered
output-type: lcov
ignore:
- "*.cargo/*"
excl-start: "grcov-excl-start"
excl-stop: "grcov-excl-stop"
excl-line: "grcov-excl-line|#\\[derive\\(|//!"

0 comments on commit bf1b243

Please sign in to comment.