coverallsapp / coverage-reporter

Self-contained, universal coverage uploader binary. Under development.
https://coveralls.io
MIT License
45 stars 14 forks source link

Update coverage.py parser #116

Closed littleforest closed 2 months ago

littleforest commented 3 months ago

:zap: Summary

This replaces the existing method of parsing the SQLite .coverage file in favor of using the Coverage.py XML reporting to get an XML file that we are able to parse with the existing CoberturaParser.

As this change to the parser requires the existing ENV["PATH"] variable to be set, many of the specs had to be modified so that they did not clear the entire environment.

This also updates the spectator shard version.

coveralls-official[bot] commented 3 months ago

Pull Request Test Coverage Report for Build 8515128891

Details


Totals Coverage Status
Change from base Build 6721884478: 0.1%
Covered Lines: 900
Relevant Lines: 959

💛 - Coveralls
littleforest commented 3 months ago

@afinetooth this is ready for review.