Skip to content

Commit

Permalink
ci: change codecov upload from bash to codecov-action (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
AABur committed Apr 11, 2022
1 parent 207757e commit 07ba8d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
poetry run coverage run -m ward
poetry run coverage xml -i
- name: Upload coverage report to codecov
run: |
bash <(curl -s https://codecov.io/bash) -f coverage.xml
shell: bash
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true

0 comments on commit 07ba8d2

Please sign in to comment.