Skip to content

Commit

Permalink
fix(ci): set the codecov token to reduce flakiness (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jul 26, 2023
1 parent d3f0a67 commit 24ef372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
name: codecov-deck
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
- name: Build
run: make build

0 comments on commit 24ef372

Please sign in to comment.