We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8693424 commit 1388b77Copy full SHA for 1388b77
.github/workflows/development.yml
@@ -51,3 +51,10 @@ jobs:
51
GITHUB_HEAD_REF: ${{ github.head_ref }}
52
GITHUB_BASE_REF: ${{ github.base_ref }}
53
GITHUB_COMMIT: ${{ github.sha }}
54
+ - name: publish code coverage to code climate
55
+ uses: paambaati/codeclimate-action@v2.3.0
56
+ env:
57
+ CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE }}
58
+ with:
59
+ coverageCommand: npm run test
60
+ debug: true
0 commit comments