Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
webda2l authored Mar 30, 2020
1 parent 16fa41a commit 1afb2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ jobs:
- name: Run coverage with PHPUnit
run: vendor/bin/simple-phpunit --coverage-clover ./coverage.xml --colors=always
- name: Send code coverage report to Codecov.io
uses: codecov/[email protected].6
uses: codecov/[email protected].3 # 1.0.4+ uncompatible alpine :/
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1afb2b9

Please sign in to comment.