Skip to content

Commit

Permalink
Reenable coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
calder committed Jul 29, 2023
1 parent 988950c commit c9d1ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- run: curl -L https://github.com/xd009642/tarpaulin/releases/download/0.26.1/cargo-tarpaulin-x86_64-unknown-linux-gnu.tar.gz | tar xzf - && mv cargo-tarpaulin ~/.cargo/bin
- run: cargo tarpaulin --all-features --out=xml
# - uses: coverallsapp/github-action@v2
- uses: coverallsapp/github-action@v2
- uses: codecov/codecov-action@v1.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c9d1ca4

Please sign in to comment.