Skip to content

Commit

Permalink
Codecov CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Apr 13, 2022
1 parent 752e597 commit 1115afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:

# Coverage.
- name: Run coverage
if: ${{ env.COVERAGE == true }}
if: ${{ env.COVERAGE == 'true' }}
run: |
yarn coverage
yarn coverage:report
- name: Report coverage
if: ${{ env.COVERAGE == true }}
if: ${{ env.COVERAGE == 'true' }}
uses: codecov/codecov-action@v2
with:
files: .nyc_output/coverage.lcov

0 comments on commit 1115afa

Please sign in to comment.