Skip to content

Commit

Permalink
fix: update codecov and coveralls at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyersturnbull committed Aug 11, 2022
1 parent b0e9453 commit 0b0cfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update codecov
if: runner.os == 'macOS'
if: runner.os == 'Linux'
run: |
pip install 'codecov>=2.1,<3.0'
codecov || true

0 comments on commit 0b0cfa1

Please sign in to comment.