Skip to content

Commit

Permalink
Use Codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
lucydodo authored and eradman committed Dec 30, 2024
1 parent 3142131 commit 3b286cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
docker cp tests:/app/junit.xml /tmp/test-results/unit-tests/results.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Store Test Results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3b286cb

Please sign in to comment.