You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAIL Required test coverage of 100% not reached. Total coverage: 40.78%
It looks like the re-run failed tests with higher verbosity triggers re-running ALL tests when the coverage check fails. In the case above all the tests passed both runs.
The text was updated successfully, but these errors were encountered:
No, the index error is related to the last verbose tox call w/o coverage collection. I only tested the first one because there were no failures in the skeleton. So reruns weren't triggered. I fixed that already.
The reruns are generic and trigger on any errors in previous GHA steps.
The pytest rerun is invoked with --lf to pick up the failed tests but since there's none, all are executed again. I think you're right that coverage likely causes the failure of that first testing invocation.
https://github.com/ansible/awx-plugins/actions/runs/10597353901/job/29367631346?pr=17
FAIL Required test coverage of 100% not reached. Total coverage: 40.78%
It looks like the re-run failed tests with higher verbosity triggers re-running ALL tests when the coverage check fails. In the case above all the tests passed both runs.
The text was updated successfully, but these errors were encountered: