Skip to content

Commit

Permalink
Merge pull request #38 from TogetherCrew/ci
Browse files Browse the repository at this point in the history
code climate fix
  • Loading branch information
cyri113 authored Jun 7, 2024
2 parents 0ea0e45 + f6467f1 commit 05d8363
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn install
- run: yarn coverage
- uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: yarn coverage
coverageLocations: |
${{github.workspace}}/coverage/lcov.info:lcov
# deploy:
# runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ node_modules

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337

.DS_Store

0 comments on commit 05d8363

Please sign in to comment.