Skip to content

Commit

Permalink
Require code coverage to upload on all supported platforms (#63)
Browse files Browse the repository at this point in the history
Underlying bug at Cocdecov (codecov/codecov-action#745) appears to have been fixed.
  • Loading branch information
scouten-adobe authored Jul 8, 2022
1 parent 7e0af7c commit aef54aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
- name: Upload code coverage results
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: ${{ matrix.os != 'macos-latest' }}
# Disregard build errors on Mac until
# https://github.com/codecov/codecov-action/issues/745
# is fixed.
fail_ci_if_error: true
verbose: true

tests-msrv:
Expand Down

0 comments on commit aef54aa

Please sign in to comment.