Skip to content

Commit

Permalink
CI: migrate to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Jun 18, 2021
1 parent 9f5b61a commit 2b3a3c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
with:
command: check
test-coverage:
name: cargo test with codecov
name: cargo test with coveralls
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
- uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --all-features --no-fail-fast
Expand Down

0 comments on commit 2b3a3c5

Please sign in to comment.