Raghav Nair

Results 2 comments of Raghav Nair

For reference, I am running the following command: python3 -m pytest --junitxml=junit_test_report.xml \ --cov-config .coveragerc \ --cov-report xml:coverage-report.xml \ --cov=lib/workflows \ tests/

Thank you @OpaqueOrangutan & @mackenzieATA! We are no longer using the `COVERAGE_FILE` environment variable and no longer saw the issue.