swift-test-codecov
swift-test-codecov copied to clipboard
Simple executable to produce code coverage numbers from the output of `swift test --enable-code-coverage`
Results
2
swift-test-codecov issues
Sort by
recently updated
recently updated
newest added
I wanted to unit test these changes and as I mentioned in #15 you can't do that in a command line executable. I could have moved all of the new...
In addition to the current mode where a minimum average code coverage can be set, allow setting a per-file minimum so that the tool can be instructed to fail if...