Skip to content

Commit

Permalink
Merge pull request #28 from Chris53897/feature/fix-ci
Browse files Browse the repository at this point in the history
chore: deactivate Send coverage report to temp fix ci
  • Loading branch information
bresam authored Feb 20, 2024
2 parents 39bda8a + 3962c9f commit 11b29b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
name: Run PHPUnit
run: vendor/bin/phpunit --configuration phpunit.ci.xml --coverage-clover clover.xml

-
name: Send coverage report
if: github.repository == 'bresam/ivory-google-map'
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover clover.xml
#-
#name: Send coverage report
#if: github.repository == 'bresam/ivory-google-map'
#run: |
#wget https://scrutinizer-ci.com/ocular.phar
#php ocular.phar code-coverage:upload --format=php-clover clover.xml

0 comments on commit 11b29b1

Please sign in to comment.