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 7e30689 commit 4b9729c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:

# Coverage.
- name: Run coverage
if: matrix.os == '16.x'
# if: matrix.node-version == '16.x'
run: |
yarn coverage
yarn coverage:report
- name: Report coverage
# if: matrix.node-version == '16.x'
uses: codecov/codecov-action@v2
with:
files: .nyc_output/coverage.lcov

0 comments on commit 4b9729c

Please sign in to comment.