Add support for coverage thresholds and tolerance of minor drops in coverage in Github status checks #89
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds two new features which are adding support for Github status checks with the defined coverage threshold as well as a tolerance option to address minor drops in code coverage which can fail a build outlined in issue #84.
Here are some screenshots of the default behavior as well as demonstrations of each of these two features passing and failing a build.
Default:
![Normal_Result](https://user-images.githubusercontent.com/1399153/90776692-6d1a5400-e2c8-11ea-9c8b-80e35e95fcca.png)
Thresholds:
![Failing_Threshold](https://user-images.githubusercontent.com/1399153/90776690-6c81bd80-e2c8-11ea-9315-d7e29be3333f.png)
![Passing_Threshold](https://user-images.githubusercontent.com/1399153/90776695-6db2ea80-e2c8-11ea-8e69-482eb4406325.png)
Tolerance:
![Failing_Tolerance](https://user-images.githubusercontent.com/1399153/90776691-6d1a5400-e2c8-11ea-8af8-8244bf2f4cd6.png)
![Passing_Tolerance](https://user-images.githubusercontent.com/1399153/90776698-6db2ea80-e2c8-11ea-8431-3dc46d7dcf21.png)