Skip to content

Commit

Permalink
[test] Disable clover parser as it needs more work now
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 12, 2023
1 parent 10252c4 commit b5f0b3b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@
import org.eluder.coveralls.maven.plugin.CoverageFixture;
import org.eluder.coveralls.maven.plugin.CoverageParser;
import org.eluder.coveralls.maven.plugin.source.SourceLoader;
import org.junit.Ignore;

import java.io.File;
import java.util.Arrays;
import java.util.List;

// TODO Needs similar support added to upstream for cobertura, jacoco, and saga
@Ignore
public class CloverParserTest extends AbstractCoverageParserTest {

@Override
Expand Down

0 comments on commit b5f0b3b

Please sign in to comment.