thecsw / gana

Generic library for my go programs
Apache License 2.0
3 stars 1 forks source link

Better actions #8

Closed thecsw closed 2 years ago

thecsw commented 2 years ago

This update to actions will run matrix (parallel) jobs for go 1.18 and go 1.19 with:

The artifacts (.html and .json) files of tests can be found at the bottom of the action's Summary page.

matthewsanetra commented 2 years ago

Is there any way we could get to see coverage, coverage improvements, etc. directly in a PR without having to manually look at the log in Actions?

thecsw commented 2 years ago

@matthewsanetra Updated to use coveralls, here is our coveralls page -> https://coveralls.io/github/thecsw/gana

matthewsanetra commented 2 years ago

LGTM!