Skip to content

Commit

Permalink
Manual checkout, debug codecov uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-Gon committed Oct 14, 2021
1 parent 404cc1c commit 85a6e39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
run: coverage run tests.py && coverage report -m

- name: Upload reports to codecov
uses: actions/checkout@v2
run: |
curl -Os https://uploader.codecov.io/latest/alpine/codecov
find . -iregex "codecov.*"
chmod +x codecov
./codecov -t ${CODECOV_TOKEN}

0 comments on commit 85a6e39

Please sign in to comment.