Skip to content

Commit

Permalink
cov on push
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Sep 28, 2023
1 parent 7c9c343 commit 8bbf8d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 48 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/coverage.yml

This file was deleted.

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'
name: upload coverage report
uses: actions/upload-artifact@v3
- if: ${{ matrix.python_version == 3.11 && github.event_name == 'push' }}
name: codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
name: coverage
path: coverage.xml
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml

0 comments on commit 8bbf8d8

Please sign in to comment.