Skip to content

Commit

Permalink
add feature to codecov generation
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul committed May 27, 2024
1 parent 302d6d2 commit ec6b723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Generate code coverage
run: |
cargo tarpaulin --out xml --features sdp-accelerate --exclude-files "src/python/*,src/julia/*"
cargo tarpaulin --out xml --features sdp-accelerate,serde --exclude-files "src/python/*,src/julia/*"
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit ec6b723

Please sign in to comment.