Skip to content

Commit

Permalink
Update bin test
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Sep 22, 2021
1 parent 6355b9f commit 256b24e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
pull_request:
branches: [ main ]

env:
CODECOV_TOKEN: 08d85771-8ca8-4247-be7d-dc66c6742a5a

jobs:
composer-validate:
name: "Composer Validate ${{ matrix.php-version }}"
Expand Down Expand Up @@ -146,7 +143,7 @@ jobs:

- name: Submit code coverage
if: matrix.submit-coverage == 'yes'
run: bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN -f tests/output/clover.xml
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -f tests/output/clover.xml


docker:
Expand Down

0 comments on commit 256b24e

Please sign in to comment.