Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul authored Sep 20, 2023
1 parent 857ae9a commit 84bb63f
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 --exclude-files "src/python/*,src/julia/*"
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 84bb63f

Please sign in to comment.