Skip to content

Commit

Permalink
CICD: Don't try to upload coverage results on pull_request action
Browse files Browse the repository at this point in the history
  • Loading branch information
alorence committed Jan 19, 2023
1 parent 5f72820 commit 3756eef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
poetry run pytest --cov=modernrpc --cov-report=term --cov-report=xml:coverage.xml .
- name: Upload coverage results
if: github.event_name != 'pull_request'
run: |
pip install codacy-coverage coveralls
Expand Down

0 comments on commit 3756eef

Please sign in to comment.