Skip to content

Commit

Permalink
DEV: upload coverage artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Sep 28, 2023
1 parent 023d1af commit b3d5cab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
run: |
pytest tests --cov=sparselm --cov-report=xml
- if: ${{ matrix.python_version == 3.11 && github.event_name == 'push' }}
name: codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
- if: matrix.python_version == '3.11'
name: upload coverage report
uses: actions/upload-artifact@v3
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml
name: coverage
path: coverage.xml

0 comments on commit b3d5cab

Please sign in to comment.