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

Replace travis GitHub actions #24

Merged

Conversation

mdedetrich
Copy link
Contributor

@mdedetrich mdedetrich commented Feb 16, 2022

This PR replaces .travis.yml with github actions via the use of https://github.com/djspiewak/sbt-github-actions which automatically generates a github actions workflow from an sbt file. Its also possible to add support for coveralls/coverage (see https://github.com/mdedetrich/akka-streams-json/blob/master/build.sbt#L167-L182) to resolve #14.

Note that some settings I had to put into the ThisBuild scope otherwise sbt-github-actions cannot pick it up (see https://github.com/djspiewak/sbt-github-actions#generative-1)

Once this PR is merged the next PR should then trigger github actions and you can then the github action check as a branch setting.

Copy link
Owner

@johanandren johanandren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent, thanks!

@johanandren johanandren merged commit 16faa8e into johanandren:main Feb 17, 2022
@johanandren johanandren mentioned this pull request Feb 17, 2022
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.

re-enable coveralls/scoverage
2 participants