Skip to content

Commit

Permalink
Github: upgrade coveralls to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar authored and f3l1x committed Mar 21, 2024
1 parent e3b228e commit 02ddb59
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeception.yml
Expand Up @@ -83,5 +83,5 @@ jobs:
CI: true
COVERALLS_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.1/php-coveralls.phar
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.7.0/php-coveralls.phar
php php-coveralls.phar --verbose --config tests/.coveralls.yml
2 changes: 1 addition & 1 deletion .github/workflows/nette-tester-coverage.yml
Expand Up @@ -46,5 +46,5 @@ jobs:
CI: true
COVERALLS_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.3/php-coveralls.phar
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.7.0/php-coveralls.phar
php php-coveralls.phar --verbose --config tests/.coveralls.yml
2 changes: 1 addition & 1 deletion .github/workflows/nette-tester-mysql.yml
Expand Up @@ -71,5 +71,5 @@ jobs:
CI: true
COVERALLS_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.1/php-coveralls.phar
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.7.0/php-coveralls.phar
php php-coveralls.phar --verbose --config tests/.coveralls.yml
2 changes: 1 addition & 1 deletion .github/workflows/nette-tester-redis.yml
Expand Up @@ -63,5 +63,5 @@ jobs:
CI: true
COVERALLS_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.1/php-coveralls.phar
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.7.0/php-coveralls.phar
php php-coveralls.phar --verbose --config tests/.coveralls.yml
2 changes: 1 addition & 1 deletion .github/workflows/nette-tester.yml
Expand Up @@ -52,5 +52,5 @@ jobs:
CI: true
COVERALLS_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.1/php-coveralls.phar
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.7.0/php-coveralls.phar
php php-coveralls.phar --verbose --config tests/.coveralls.yml
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-coverage.yml
Expand Up @@ -50,5 +50,5 @@ jobs:
CI: true
COVERALLS_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.3/php-coveralls.phar
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.7.0/php-coveralls.phar
php php-coveralls.phar --verbose --config tests/.coveralls.yml
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Expand Up @@ -56,5 +56,5 @@ jobs:
CI: true
COVERALLS_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.1/php-coveralls.phar
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.7.0/php-coveralls.phar
php php-coveralls.phar --verbose --config tests/.coveralls.yml

0 comments on commit 02ddb59

Please sign in to comment.