Skip to content

Commit

Permalink
Codecov changes
Browse files Browse the repository at this point in the history
Push on each os.

Fail CI if error.
  • Loading branch information
will-molloy committed Jul 2, 2023
1 parent 8f2b0a4 commit 3eb5d5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ jobs:
run: npm run test

- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v3
with:
name: codecov-build
fail_ci_if_error: false
flags: unit-tests-${{ matrix.os }}
fail_ci_if_error: true

- name: Upload build artifact
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 3eb5d5e

Please sign in to comment.