Skip to content

Commit

Permalink
Add os param to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas authored Nov 21, 2024
1 parent 6747fec commit 76b62f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
os: linux
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true # build should fail if Codecov runs into an error during upload
cypress:
Expand Down

0 comments on commit 76b62f8

Please sign in to comment.