Skip to content

Commit

Permalink
remove .coveralls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-invoiced committed Jan 30, 2022
1 parent 72594a2 commit 8162bc6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.github export-ignore
/.coveralls.yml export-ignore
/phpunit.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/phpstan-baseline.neon export-ignore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
continue-on-error: true
run: |
composer global require php-coveralls/php-coveralls
php-coveralls -v
php-coveralls --coverage_clover=build/logs/clover.xml -v
phpstan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8162bc6

Please sign in to comment.