cweill / gotests

Automatically generate Go test boilerplate from your source code.
Apache License 2.0
4.92k stars 346 forks source link

Implement GitHub Actions support #145

Closed Morozov-5F closed 3 years ago

Morozov-5F commented 3 years ago

This addresses #143.

All the CI steps that were in Travis should now work in GitHub actions. The trickiest part was to make 1.9 ans 1.10 work -- Travis CI does some extra steps to workaround GOPATH.

I've also added Go 1.14 and 1.15 just for the sake of CI tests -- they should be working.

I've verified the coverage reports on the coveralls, but I'm not sure how to actually test the badge.

googlebot commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 96.244% when pulling e1dbf1b5801fa84f0bf1d8d3a5fa223eeef1f54c on Morozov-5F:feature/github-actions into dcd80c9e7a95233222373574bcbc0911096dc4c4 on cweill:develop.

Morozov-5F commented 3 years ago

@googlebot I signed it!

googlebot commented 3 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.