Closed alexsoft closed 3 years ago
any specific reason to drop travis in favour of Github Actions?
@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.
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.