Skip to content

GitHub actions#445

Merged
iamdefinitelyahuman merged 5 commits intomasterfrom
github-actions
Apr 25, 2020
Merged

GitHub actions#445
iamdefinitelyahuman merged 5 commits intomasterfrom
github-actions

Conversation

@iamdefinitelyahuman
Copy link
Copy Markdown
Member

What I did

Migrate from Travis and Coveralls to Github Actions and Codecov.

Fixes #444
Closes #431

How I did it

  • Rewrite .travis.yml as .github/workflows/main.yml
  • Split the evmtester job into several jobs according to EVM ruleset. Github actions allows up to 40 jobs running at once, so this helps the test finish quicker.

How to verify it

Run tests.

@iamdefinitelyahuman iamdefinitelyahuman merged commit 7e10aec into master Apr 25, 2020
@iamdefinitelyahuman iamdefinitelyahuman deleted the github-actions branch April 25, 2020 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move CI from Travis to Github Actions Update dependencies for coverage / coveralls

1 participant