Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ignoreExistingCoverage true #30

Merged
merged 1 commit into from
Aug 20, 2019

Conversation

majakusber
Copy link
Contributor

The project has a couple of tests that cover ~10% of the code. To generate 100% coverage for Java Demo on dashboard, we need this option. Previously, it was not needed to have this option explicitly set in this file because dashboard was setting it by default. This is no longer true due to a recent platform API change.

The project has a couple of tests that cover ~10% of the code. To generate 100% coverage for Java Demo on dashboard, we need this option. Previously, it was not needed to have this option explicitly set in this file because dashboard was setting it by default. This is no longer true due to platform API change.
@majakusber
Copy link
Contributor Author

It was tested on a VM (with last night's alfa build) that without the option, we only generate 90.7% coverage and with the option in diffblue.yml we get 100% coverage.

@jgwilson42 jgwilson42 removed their request for review August 20, 2019 09:34
@majakusber majakusber merged commit 7011e98 into master Aug 20, 2019
@majakusber majakusber deleted the svorenova/ignore-existing-coverage branch August 20, 2019 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants