Skip to content

Commit

Permalink
ci: adjusted code coverage upload to only work on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevypants committed May 19, 2024
1 parent 072d2c7 commit 3236e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# ------------ upload coverage -----------
#----------------------------------------------
- name: 📊 Upload coverage
if: always()
if: runner.os == 'Linux'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 3236e4d

Please sign in to comment.