Skip to content

Commit

Permalink
Remove no longer needed invalid token
Browse files Browse the repository at this point in the history
  • Loading branch information
KorvinSzanto committed May 20, 2021
1 parent 0168f7f commit e16ef8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "PHPUnit tests"
name: "PHPUnit"

on:
pull_request:
push:

jobs:
phpunit:
name: "PHPUnit tests"
name: "PHPUnit"
env:
LC_ALL: en_US.UTF-8
CODE_COVERAGE: n
Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:
if: env.CODE_COVERAGE == 'y'
run: |
wget --tries=5 https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover --access-token="af5bb16e306ccb703dfafefeec6ed989084edc4712fe417203e122975129b406" coverage.clover
php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit e16ef8a

Please sign in to comment.