Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 10, 2024
1 parent 96265d2 commit ba0a9d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tarpaulin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
jobs:
check:
tarpaulin:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand All @@ -19,4 +19,5 @@ jobs:
args: '--all-features --exclude-files src/lib.rs -- --test-threads 1'
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit ba0a9d6

Please sign in to comment.