Skip to content

Commit

Permalink
Added if condition to coverage tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
  • Loading branch information
prady0t committed May 25, 2024
1 parent 9872a3a commit 64f5524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
python -m nox -s integration
- name: Upload coverage report
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
uses: codecov/codecov-action@v4.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 64f5524

Please sign in to comment.