Skip to content

Commit

Permalink
Merge branch 'chore/dependencies' of https://github.com/byu-oit/logger
Browse files Browse the repository at this point in the history
…into chore/dependencies
  • Loading branch information
stuft2 committed Nov 19, 2021
2 parents 55f0ec7 + a0ec8f9 commit ea25dd3
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 @@ -37,11 +37,11 @@ jobs:
run: npm run test

- name: npm test with coverage
if: ${{ matrix.node-version == env.node_version }} # just run coverage if not node 16
if: ${{ matrix.node-version == env.node_version }} # just run coverage if node 16
run: npm run coverage

- name: Upload coverage to Codecov
if: ${{ matrix.node-version == env.node_version }} # just run coverage if not node 16
if: ${{ matrix.node-version == env.node_version }} # just run coverage if node 16
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit ea25dd3

Please sign in to comment.