Skip to content

Commit

Permalink
Merge pull request #963 from ethereum/test-coverage
Browse files Browse the repository at this point in the history
Test coverage
  • Loading branch information
kuzdogan authored Mar 14, 2023
2 parents 3a2a825 + a00efd0 commit 1dd0040
Show file tree
Hide file tree
Showing 20 changed files with 29,089 additions and 5,702 deletions.
3 changes: 3 additions & 0 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ jobs:
- run:
name: tsc and test
command: npx lerna run build && npx lerna run test --stream
- run:
name: coverage
command: npm run cov:send
test-new-chain:
docker:
- image: cimg/node:16.15
Expand Down
5 changes: 4 additions & 1 deletion .circleci/new_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- run:
name: tsc and test
command: npx lerna run build && npx lerna run test --stream
- run:
name: coverage
command: npx lerna run cov:send
test-new-chain:
docker:
- image: cimg/node:16.15
Expand All @@ -47,4 +50,4 @@ jobs:
command: npx lerna run build
- run:
name: test new chain PR
command: ./scripts/test_new_chain_support.sh
command: ./scripts/test_new_chain_support.sh
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ metacoin-source-verify/
**/.env.secrets
logs
**/too_big.txt
chain-tests-report/
chain-tests-report/
.nyc_output
coverage
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
 
<a href="https://sourcify.dev"><img src="https://raw.githubusercontent.com/sourcifyeth/assets/master/logo-assets-svg/logoText.svg" alt="sourcify logo" role="presentation"></a>
</p>
&nbsp;

[![codecov](https://codecov.io/gh/ethereum/sourcify/branch/test-coverage/graph/badge.svg?token=eN6XDAwWfV&flag=server)](https://codecov.io/gh/ethereum/sourcify)

Sourcify ([sourcify.dev](https://sourcify.dev)) is a Solidity source code and [metadata](https://docs.sourcify.dev/docs/metadata/) verification tool.

Expand Down
Loading

0 comments on commit 1dd0040

Please sign in to comment.