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

upgrade from 1.4.9 to 1.4.10 result in some lines to be reported as uncovered #673

Closed
romani opened this issue Sep 13, 2019 · 1 comment
Closed

Comments

@romani
Copy link
Contributor

romani commented Sep 13, 2019

detected at checkstyle/checkstyle#7051 .

to reproduce:

  1. bump a version in pom.xml
diff --git a/pom.xml b/pom.xml
index 49f2672..37ef8a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
     </maven.sevntu-checkstyle-check.checkstyle.version>
     <maven.versions.plugin.version>2.7</maven.versions.plugin.version>
     <java.version>1.8</java.version>
-    <pitest.plugin.version>1.4.9</pitest.plugin.version>
+    <pitest.plugin.version>1.4.10</pitest.plugin.version>
     <pitest.plugin.timeout.factor>10</pitest.plugin.timeout.factor>
     <pitest.plugin.timeout.constant>50000</pitest.plugin.timeout.constant>
     <pitest.plugin.threads>4</pitest.plugin.threads>
  1. execute $ ./.ci/pitest.sh pitest-utils

Coverage before version bump:
image

Coverage report after version bump:
image

@romani
Copy link
Contributor Author

romani commented May 2, 2021

we switched to most recent version already.

@romani romani closed this as completed May 2, 2021
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

No branches or pull requests

1 participant