Add Codecov token

This commit is contained in:
Francisco Giordano
2023-04-11 20:36:58 -03:00
parent f2346b6749
commit 473d0b6884

View File

@ -73,6 +73,8 @@ jobs:
env: env:
NODE_OPTIONS: --max_old_space_size=4096 NODE_OPTIONS: --max_old_space_size=4096
- uses: codecov/codecov-action@v3 - uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
slither: slither:
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable' if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'