Skip to content

Commit

Permalink
limit to python 3.10 version in coverage combine
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Sep 11, 2024
1 parent 264bcd3 commit bc11fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Run coverage
continue-on-error: true
run: |
coverage combine coverage*/.coverage*
coverage combine coverage*/.coverage-*-3.10
coverage report --show-missing
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit bc11fcc

Please sign in to comment.