Skip to content

Commit

Permalink
Merge pull request #30 from kenjis/update-to-ci440
Browse files Browse the repository at this point in the history
Support CI 4.4.0
  • Loading branch information
kenjis authored Sep 1, 2023
2 parents c18e1bd + 113f03b commit bce5acd
Show file tree
Hide file tree
Showing 7 changed files with 466 additions and 603 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-text

- name: Upload coverage report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ coverage:
status:
project:
default:
target: 100%
target: 85%
patch:
default:
target: 100%
target: 85%

comment: false
Loading

0 comments on commit bce5acd

Please sign in to comment.