Skip to content

Commit

Permalink
always report cov (#77)
Browse files Browse the repository at this point in the history
fixed codacy report
  • Loading branch information
lbluque authored Sep 28, 2023
1 parent 828478a commit c8f5985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: pytest --capture=no --cov --cov-report=xml .

- name: Codacy coverage reporter
if: matrix.os == 'ubuntu-latest' && github.repository == github.event.pull_request.head.repo.full_name
if: ${{ matrix.os == 'ubuntu-latest' && github.event_name == 'push' }}
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
Expand Down

0 comments on commit c8f5985

Please sign in to comment.