Skip to content

Commit

Permalink
Merge pull request #34 from theethernaut/test-coverage
Browse files Browse the repository at this point in the history
Test coverage
  • Loading branch information
eternauta1337 authored Oct 3, 2024
2 parents d168053 + 11d3253 commit 90a1ecf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,29 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: ethernaut-cli
parallel: true
finish:
needs:
- lint
- ethernaut-common
- ethernaut-oso
- ethernaut-util
- ethernaut-util-ui
- ethernaut-ui
- ethernaut-interact
- ethernaut-interact-ui
- ethernaut-challenges
- ethernaut-ai
- ethernaut-ai-ui
- ethernaut-network
- ethernaut-network-ui
- ethernaut-wallet
- ethernaut-wallet-ui
- ethernaut-cli
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: 'lint,ethernaut-common,ethernaut-oso,ethernaut-util,ethernaut-util-ui,ethernaut-ui,ethernaut-interact,ethernaut-interact-ui,ethernaut-challenges,ethernaut-ai,ethernaut-ai-ui,ethernaut-network,ethernaut-network-ui,ethernaut-wallet,ethernaut-wallet-ui,ethernaut-cli'

0 comments on commit 90a1ecf

Please sign in to comment.