duesee / imap-codec

Rock-solid and complete codec for IMAP
Apache License 2.0
35 stars 13 forks source link

fix(build): Use clean build for coverage test run #511

Closed HenningHolmDE closed 2 weeks ago

HenningHolmDE commented 2 weeks ago

Previously, coverage data could be messed up by build artifacts restored from the GitHub cache. While it is not yet cleared up how this actually happens, removing all build data before executing the coverage test run seems to resolve this issue.

This fixes #508.

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 9568074175

Details


Totals Coverage Status
Change from base Build 9539427042: 2.4%
Covered Lines: 9959
Relevant Lines: 10787

💛 - Coveralls
HenningHolmDE commented 2 weeks ago

Yay, +2.4% coverage increase just by cleaning the build directory. 😄

duesee commented 2 weeks ago

Thanks, happy to merge (and curiously looking forward to the rebase :-))