Skip to content

Commit

Permalink
feat/1731 code coverage in Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
count-sum committed Sep 9, 2024
1 parent a001342 commit aa5b8d5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/run-smc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ jobs:
- name: Run smart contracts tests and generate coverage report
run: pnpm -F contracts run coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ./coverage/coverage-final.json
flags: hardhat
name: codecov-contracts
verbose: true

solidity-format-check:
runs-on: ubuntu-latest
name: Solidity format check
Expand Down

0 comments on commit aa5b8d5

Please sign in to comment.