Skip to content

Commit

Permalink
Switch from flaky codecov-bash to codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 10, 2020
1 parent e2b217f commit aca3e04
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:
tox -e py
- name: Upload coverage
if: success()
run: |
curl --retry 8 -s https://codecov.io/bash -o codecov.sh
bash codecov.sh -F ${{ matrix.codecov-flag }}
env:
CODECOV_NAME: ${{ matrix.os }} Python ${{ matrix.python-version }}
uses: codecov/codecov-action@v1
with:
flags: ${{ matrix.codecov-flag }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }}

0 comments on commit aca3e04

Please sign in to comment.