Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions #445

Merged
merged 5 commits into from
Apr 25, 2020
Merged

GitHub actions #445

merged 5 commits into from
Apr 25, 2020

Conversation

iamdefinitelyahuman
Copy link
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