feeph / libi2c-python

abstraction layer for the I²C bus (incl. simulation for testing)
GNU General Public License v3.0
1 stars 0 forks source link

ci: split testing and coverage report into separate actions #60

Closed feeph closed 1 month ago

feeph commented 1 month ago

The coveralls GitHub Action needs to run on push and pull-request, but it doesn't make sense to run the full test-suite on every push since the code has already been testing during the pull-request. -> split coverage report and testing into two separate GitHub Actions