red-hat-storage / errata-tool

Modern Python API to Red Hat's Errata Tool
MIT License
31 stars 34 forks source link

switch from Travis CI to GitHub Actions #205

Closed ktdreyer closed 3 years ago

ktdreyer commented 3 years ago

The Travis CI administrators now limit the amount of resources that open-source projects can use.

Run the tox tests as GitHub Actions instead.

Switch from coveralls.io to codecov.io, since that interoperates better with pytest and GitHub Actions.