Skip to content

Commit

Permalink
Merge branch 'master' of github.com:balt-dev/descape
Browse files Browse the repository at this point in the history
  • Loading branch information
balt-dev committed Feb 27, 2024
2 parents bbd79dc + bcabcb2 commit ca644d6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,19 @@ jobs:
profile: minimal
toolchain: nightly
override: true


- name: Install grcov
uses: SierraSoftworks/setup-grcov@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: latest

- name: Run grcov
env:
PROJECT_NAME: "descape"
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off"
CARGO_INCREMENTAL: 0
run: |
cargo install grcov
cargo build --verbose
cargo test --verbose
zip -0 cov.zip $(find . -name "$PROJECT_NAME*.gc*" -print)
Expand Down

0 comments on commit ca644d6

Please sign in to comment.