Skip to content

Commit

Permalink
chore: disable coverage upload until codecov token is set
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-inj committed Sep 30, 2024
1 parent fc49753 commit 7044f2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,3 @@ jobs:
run: |
make test-unit-cover
if: env.GIT_DIFF
- uses: codecov/codecov-action@v4
with:
file: ./coverage.txt
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
if: env.GIT_DIFF

0 comments on commit 7044f2e

Please sign in to comment.