rapid-magician-69541
08/16/2023, 11:33 AMpants test ::
Config:
# pants.ci.toml
[test]
use_coverage = true
report = true
[coverage-py]
report = ["lcov", "xml"]
global_report = true
And the log for the ci job show: Wrote xml coverage report to dist/coverage/python
But there’s no xml file in that directory when I run ls -lR dist immediately after it in the ci job. No error, just no xml. I’m able to get json or lcov files, but not xml.
I have no .coverage or anything, just the settings in pants.toml
Any suggestions where to look or how to debug?late-advantage-75311
08/16/2023, 2:13 PMdist/coverage/python/coverage.xmlhappy-kitchen-89482
08/16/2023, 6:10 PMrapid-magician-69541
08/17/2023, 8:57 AMrapid-magician-69541
08/17/2023, 8:59 AMpants test :: , but now I’m trying to take advantage of the GIT-awareness, and the test script calls pants --changed-since=origin/main --changed-dependents=transitive check testrapid-magician-69541
08/17/2023, 8:59 AMrapid-magician-69541
08/17/2023, 9:00 AM