upgrade to ethermint v0.21.0 #99

Closed
0xmuralik wants to merge 384 commits from murali/update-fork into main
Showing only changes of commit 4fdbcd7f4c - Show all commits

View File

@ -49,7 +49,7 @@ jobs:
run: | run: |
make test-unit-cover make test-unit-cover
if: env.GIT_DIFF if: env.GIT_DIFF
- uses: codecov/codecov-action@v2.1.0 - uses: codecov/codecov-action@v3
with: with:
file: ./coverage.txt file: ./coverage.txt
fail_ci_if_error: true fail_ci_if_error: true