Skip to content

Commit

Permalink
Merge pull request #69 from twosigma/leifwalsh-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh authored Sep 23, 2023
2 parents 5e9a9ae + 94707f2 commit c9f0730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
toolchain: ${{ github.event.schedule && 'nightly' || 'stable' }}
- name: Generate code coverage
run: cargo tarpaulin --all-features --workspace --timeout 120 --out Xml
run: cargo tarpaulin --all-features --workspace --timeout 120 --out xml
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
Expand Down

0 comments on commit c9f0730

Please sign in to comment.