Skip to content

Commit

Permalink
Add CodeCOV token config
Browse files Browse the repository at this point in the history
  • Loading branch information
MisatoTremor committed Feb 28, 2024
1 parent edb17cc commit 4e77748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ jobs:
uses: "codecov/codecov-action@v4"
with:
directory: reports
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
1.1.x
-----

* Add CodeCOV token config
* Remove lowest PHP 7.4 test due to PHPUnit Bridge issue
* Re-add old Symfony LTS version
* Update Symfony requirements to supported versions
Expand Down

0 comments on commit 4e77748

Please sign in to comment.