diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efe32628..cbc52d4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,3 @@ jobs: - run: yarn lint - run: yarn coverage - run: yarn test:ignored-in-coverage - - name: Coveralls - uses: coverallsapp/github-action@master - continue-on-error: true - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - diff --git a/README.md b/README.md index 6b68e067..ab4a2065 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ npx hardhat tenderly:verify --network $NETWORK GPv2Contract=0xFeDbc87123caF39251 This package additionally contains a `networks.json` file at the root with the address of each deployed contract as well the hash of the Ethereum transaction used to create the contract. -## Test coverage [![Coverage Status](https://coveralls.io/repos/github/gnosis/gp-v2-contracts/badge.svg?branch=main)](https://coveralls.io/github/gnosis/gp-v2-contracts?branch=main) +## Test coverage Test coverage can be checked with the command