Skip to content

Commit

Permalink
fixup! Move codecoverage reporting to GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Mar 15, 2020
1 parent 10af1df commit 0993cad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: paambaati/codeclimate-action@v2.5.4
with:
coverageCommand: yarn test:cover
coverageLocations: "coverage/lcov.info:lcov"
prefix: ${{ github.workspace }}

- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 0993cad

Please sign in to comment.