Skip to content

Commit

Permalink
🔧 Upload coverage in pull request on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
o-laurent committed Oct 24, 2023
1 parent fc4ff46 commit cbe17f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: ${{ github.event_name != 'pull_request' }}
if: ${{ github.event_name != 'pull_request' || github.base_ref == 'dev' }}
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit cbe17f2

Please sign in to comment.