Skip to content

Commit

Permalink
chore: Try again to config CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Sep 28, 2024
1 parent ebdb029 commit 3df993d
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 @@ -45,9 +45,9 @@ jobs:
- name: Upload code coverage results
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
verbose: true

tests-cross:
name: Unit tests
Expand Down

0 comments on commit 3df993d

Please sign in to comment.