Skip to content

Commit

Permalink
ci(actions): sets the correct Codeclimate key
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatoum committed May 14, 2020
1 parent f617b94 commit d0d7de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- run: npm run test
- uses: paambaati/codeclimate-action@v2.6.0
env:
CC_TEST_REPORTER_ID: 8363f6771695c1066fba12480279030cf48383ac795fd50fd153178f0af45a98
CC_TEST_REPORTER_ID: ab7786153e7183e5db0f5cfdec8b19bce91e78dcc4c482461f94a43b1e09c89b
with:
coverageLocations: |
${{github.workspace}}/coverage/jest/lcov.info:lcov
Expand Down

0 comments on commit d0d7de0

Please sign in to comment.