Skip to content

Commit

Permalink
Remove all usage of Codecov
Browse files Browse the repository at this point in the history
Stop using Codecov in an effort to minimize dependencies and secrets
used in this project. The integration is largely unused (at least by
me).
  • Loading branch information
ericcornelissen committed Jun 12, 2024
1 parent 07b77bc commit 9dade53
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,3 @@ jobs:
run: sudo apt-get install kcov
- name: Run unit tests
run: make coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
if: ${{ matrix.runs-on == 'ubuntu-22.04' }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./_coverage/tool-versions-update-action [specfiles]/cobertura.xml

0 comments on commit 9dade53

Please sign in to comment.