DoclerLabs / api-client-generator

API client generator is a console application capable of generating an API client based on OpenAPI(Swagger) specification.
MIT License
34 stars 19 forks source link

Added GitHub Actions workflow, removed travis #27

Closed alexsoft closed 3 years ago

alexsoft commented 3 years ago

Managed to make coveralls working with github actions as well. Although I'd suggest switching to something like codecov.io as it can work with clover, and no need to have additional library for that.

vsouz4 commented 3 years ago

any specific reason to drop travis in favour of Github Actions?

alexsoft commented 3 years ago

@vsouz4 builds are faster in most cases, especially if builds are run on multiple versions. Not using yet another separate service is handy too. And I think GitHub Actions has more flexibility and easier to reconfigure.