Skip to content

Commit

Permalink
ci: add Codecov token to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Dec 18, 2024
1 parent 8dc01b2 commit 7a4e44d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
run: "./vendor/bin/phpunit --colors=always --coverage-clover build/logs/clover.xml --coverage-text"
- name: "Publish coverage report to Codecov"
uses: "codecov/codecov-action@v5"
with:
token: ${{ secrets.CODECOV_TOKEN }}

unit-tests:
name: "Unit Tests"
Expand Down

0 comments on commit 7a4e44d

Please sign in to comment.