Skip to content

Commit

Permalink
Move codecov CI action to v1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Mar 9, 2020
1 parent a2dfa6f commit 9b95df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
venv/bin/pip install -r requirements_test.txt
venv/bin/py.test -s --verbose --cov-report term-missing --cov-report xml --cov=aioflo tests/
- uses: codecov/codecov-action@v1.0.3
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 9b95df6

Please sign in to comment.