Skip to content

Commit

Permalink
Upgrade coveralls plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Sep 16, 2015
1 parent effe139 commit 00bf823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
import ca.uhn.fhir.model.primitive.CodeDt;
import ca.uhn.fhir.model.primitive.StringDt;
import ca.uhn.fhir.model.primitive.UriDt;
import net.sourceforge.cobertura.CoverageIgnore;

@CoverageIgnore
public class InternalCodingDt extends BaseCodingDt implements ICompositeDatatype {

/**
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>3.1.0</version>
<version>4.0.0</version>
<configuration>
<coberturaReports>
</coberturaReports>
Expand Down

0 comments on commit 00bf823

Please sign in to comment.