Skip to content

Commit

Permalink
Updated PHPunit continuous integration action.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Nov 24, 2024
1 parent be6bf9a commit cae28cc
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
run: vendor/bin/phpunit --display-skipped --no-progress --coverage-clover ./clover.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: 'laurentmuller/fpdf2'
disable_search: true
file: ./clover.xml
files: ./clover.xml
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Updated `PHPunit` continuous integration action.
- Updated `PHPStan` level to 10.
- Split dependencies in dedicated folders using `bamarni/composer-bin-plugin`.
- Added bleeding edge before update `phpstan` to version 2.0.
Expand Down
36 changes: 18 additions & 18 deletions vendor-bin/php-cs-fixer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions vendor-bin/phpstan/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cae28cc

Please sign in to comment.