Skip to content

Commit

Permalink
Remove codecov uploading for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Raiber committed Sep 27, 2024
1 parent 2832eac commit 43f74ef
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,4 @@ jobs:
run: make check

- name: Test code
run: make test

- name: Upload coverage
uses: codecov/codecov-action@v4
if: steps.fork-check.outputs.is-fork == 'false'
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
run: make test

0 comments on commit 43f74ef

Please sign in to comment.