Skip to content

Commit

Permalink
#31 Change codecov report to be created only for Python main version
Browse files Browse the repository at this point in the history
  • Loading branch information
roskakori committed Nov 27, 2024
1 parent 2d3e176 commit 9d196ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: |
poetry run pytest --cov=check_done --cov-branch --cov-report=xml
- name: Upload coverage reports to Codecov
if: ${{ matrix.python-version == env.MAIN_PYTHON_VERSION }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 9d196ea

Please sign in to comment.