Skip to content

Commit

Permalink
Add codecov step
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jan 27, 2021
1 parent d82cf73 commit 604d984
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:
- name: Run tests
run: |
npm test
- name: Send code coverage
run: |
if [[ "${{ matrix.hubot-version }}" == "^3.0" && "${{ matrix.node-version }}" == "14.x" ]]; then
npm run codecov
fi

0 comments on commit 604d984

Please sign in to comment.