Disable coverage on upgradeable repository

(cherry picked from commit cb7dbf8297)
This commit is contained in:
Francisco Giordano
2022-06-09 19:58:26 -03:00
parent fac4326b5a
commit a2b4181f8c

View File

@ -35,6 +35,7 @@ jobs:
- run: npm run test:generation
coverage:
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3