Skip to content

Commit

Permalink
Only upload code cov once in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Apr 3, 2023
1 parent 83f525f commit 4543094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
poetry run pytest --doctest-modules --ignore=examples --cov=pycardano --cov-config=.coveragerc --cov-report=xml
- name: "Upload coverage to Codecov"
if: ${{ matrix.python-version == '3.11' }}
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
Expand Down

0 comments on commit 4543094

Please sign in to comment.