Skip to content

Commit

Permalink
[ISSUE #2448]Update codecov.yml (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Jan 30, 2025
1 parent d5fa69a commit d0a2cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info --no-cfg-coverage --no-cfg-coverage-nightly
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: lcov.info
fail_ci_if_error: false
fail_ci_if_error: false

0 comments on commit d0a2cdf

Please # to comment.