Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1666eb commit 17236e3Copy full SHA for 17236e3
.github/workflows/build.yml
@@ -28,6 +28,6 @@ jobs:
28
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
29
- name: Test with unittest
30
run: |
31
- export API_KEY=${{ secrets.ETHERSCAN_API_KEY }}
+ export API_KEY=${{ secrets.ETHERSCAN_API_KEY2 }}
32
bash run_tests.sh API_KEY
33
bash <(curl -s https://codecov.io/bash)
0 commit comments