Skip to content

Commit

Permalink
chore: report coverage to codeclimate.com
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Dec 17, 2019
1 parent cbb7819 commit 0bc0e63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -49,6 +49,14 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Report coverage to codeclimate.com
uses: paambaati/codeclimate-action@v2.3.0
env:
CC_TEST_REPORTER_ID: efba756cbfb334e9e5aebbc8df3267419072918409c8fc42a4c3cfdb4ee6e693
with:
coverageCommand: echo "already performed"
debug: true

# TODO: remove after https://github.com/bundlewatch/bundlewatch/pull/66 is merged and released
# https://stackoverflow.com/a/58035262
- name: Extract the branch name
Expand Down

0 comments on commit 0bc0e63

Please sign in to comment.