python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
JaCoCo test coverage issue maven build failing
I'm facing the below issue,
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (default) on project VstsReport: An Ant BuildException has occured: Error while creating...
Ram
Votes: 0
Answers: 1
Jacoco reports failing for maven multi module project in azure Devops pipeline
I have configured the azure pipeline for the maven multi-module project in azure Devops and Got the jacoco report error.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8...
Ram
Votes: 0
Answers: 0
How do I get JaCoCo to work with Maven and JUnit 4.11?
I'm having trouble getting JaCoCo to work with Maven. I keep running into either
Skipping JaCoCo execution due to missing execution data file.
Or
The parameters 'rules' for goal org.jacoco:jacoco-mav...

evvanerb
Votes: 0
Answers: 1
The same source line is green for a test suite, but white for the other test suite in Jacoco report?
I have two test suite T1 and T2. As shown in the pictures, for T1, the line 55 private abstract class SafeNotifier { is not marked as red, green or yellow. But for T2, it is green.
So I have two quest...

Instein
Votes: 0
Answers: 0