PR: Replace Travis CI with GitHub Actions issue #230#234
Merged
Conversation
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding
GitHub Actionsto this repo has been an excellent opportunity to significantly reduce the amount of noise in the/examplesand cut out most of the advanced examples that 99.9% of people will never read.So I've taken this opportunity to
deletethe code. All of that sample code comes from http://www.pragmaticprogrammer.com/titles/elixir13 (404) at the time of writing ... 🙄The newer version is: https://pragprog.com/titles/elixir16/programming-elixir-1-6/
and a basic Google search will show you the PDF: google.com/search?q=Programming+Elixir+1.6+pdf and thus the code.
No need to duplicate it here.
Other than that, the PR is focussed on adding a test for a sample set of functions and adding
Codecov.Though I have not added badges at this time because the one that I care about is "broken": dwyl/hits#306