Skip to content

Commit 4543094

Browse files
committed
Only upload code cov once in CI
1 parent 83f525f commit 4543094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
poetry run pytest --doctest-modules --ignore=examples --cov=pycardano --cov-config=.coveragerc --cov-report=xml
3434
- name: "Upload coverage to Codecov"
35+
if: ${{ matrix.python-version == '3.11' }}
3536
uses: codecov/codecov-action@v3
3637
with:
3738
fail_ci_if_error: true

0 commit comments

Comments
 (0)