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

johnkim/fixCoverageWorkflow #59

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Conversation

johnwonkim
Copy link
Contributor

  • taskrunner: upgrade required go version to 1.17
  • taskrunner: add .gitignore
  • taskrunner .github: use go 1.17 in coverage step
  • taskrunner .github: go-get goveralls after running tests

`go mod edit -go 1.17` and `go mod tidy`
While the workflow go-gets goveralls, go.mod gets updated and
version conflicts occur while running the tests. To avoid this,
run the test step first and then install `goveralls`. The temporary
updates to go.mod will be discarded, as intended.

Also removed the `go get` step as we manage vendor code inside
the repo.
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.

1 participant