Skip to content

Commit

Permalink
Merge pull request #197 from sagebind/ci-fixes
Browse files Browse the repository at this point in the history
Update analysis CI job
  • Loading branch information
sagebind authored Jun 10, 2020
2 parents f3e6e03 + 7745247 commit 8a541bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: Generate code coverage report
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.11.1'
version: '0.13.3'
args: "--run-types Doctests Tests --features cookies,psl"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit 8a541bb

Please sign in to comment.