Skip to content

Commit

Permalink
Try cov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atomflunder committed May 24, 2024
1 parent 16a75d8 commit 8bc74e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Generate code coverage
run: cargo +nightly llvm-cov --doctests --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: true
run: |
curl -Os https://cli.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov --verbose upload-process --fail-on-error -t ${{ secrets.CODECOV_TOKEN }} -n 'service'-${{ github.run_id }} -F service -f lcov.info

0 comments on commit 8bc74e9

Please sign in to comment.