Skip to content

Commit

Permalink
fix grcov
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Oct 25, 2023
1 parent 24787d1 commit 725e46a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ${{ steps.coverage.outputs.report }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Check conditional cfg values
run: |
cargo +nightly check -Z unstable-options -Z check-cfg=features,names,values,output --workspace
cargo +nightly check -Z unstable-options -Z check-cfg --workspace
env:
RUSTFLAGS: '-D warnings'

0 comments on commit 725e46a

Please sign in to comment.