Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTest coverage on macOS #7973
Open
Test coverage on macOS #7973
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When working on other things, I found that our coverage tests were failing on
masteron macOS. I quickly fixed this in #7972, but there's nothing stopping us from hitting this problem again in the future. I think we should avoid this because it can be a confusing/frustrating experience, especially for new Certbot developers, to investigate test failures on their local changes only to find the tests don't even work onmaster.To resolve it, I think we should run our coverage tests on macOS in CI. I think this can be done instead of our normal unit tests since our coverage tests just run our unit tests while measuring code coverage.