Skip to content

Commit

Permalink
ci(CI): try to upload coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnbr committed Jun 3, 2024
1 parent 97ee172 commit 77a2b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- name: Build
run: nix build
- name: Run tests
run: nix flake check -v --print-build-logs
run: nix flake check -v --print-build-logs -L --out-link coverage-result
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
file: ./coverage-result/
fail_ci_if_error: true

0 comments on commit 77a2b9c

Please sign in to comment.