Skip to content

Commit

Permalink
Remove Codecov upload step from GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Piccinotti committed Oct 23, 2024
1 parent 9883c54 commit a45819c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
run: |
poetry run pytest --cov=fpboost --cov-report=xml --cov-report=html --junitxml=reports/test-results.xml
- name: Upload to Codecov
- name: Upload coverage report
if: ${{ matrix.python-version == '3.12' }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a45819c

Please sign in to comment.