avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
336 stars 335 forks source link

Coverage CI after push to master #5958

Closed richtja closed 2 weeks ago

richtja commented 2 weeks ago

This commit adds the coverage CI job to a workflow which will be triggered on PR and after the push to the main branches LTS and master. This is needed because codeclimate needs coverage date from master to show the proper results.