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 24e1427 commit ca6ac5cCopy full SHA for ca6ac5c
.github/workflows/build.yml
@@ -27,7 +27,8 @@ jobs:
27
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
28
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
29
- name: Test with unittest
30
+ env:
31
+ API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
32
run: |
- export API_KEY=$secrets.ETHERSCAN_API_KEY2
33
bash run_tests.sh API_KEY
34
bash <(curl -s https://codecov.io/bash)
0 commit comments