Skip to content

Commit

Permalink
Merge pull request #12 from jenkinsci/dependabot/maven/edu.hm.hafner-…
Browse files Browse the repository at this point in the history
…coverage-model-0.29.0

Bump edu.hm.hafner:coverage-model from 0.27.0 to 0.29.0
  • Loading branch information
uhafner committed Nov 2, 2023
2 parents 5b76430 + c5f4e70 commit ce8bb47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<gitHubRepo>jenkinsci/coverage-plugin</gitHubRepo>

<!-- Library Dependencies Versions -->
<coverage-model.version>0.27.0</coverage-model.version>
<coverage-model.version>0.29.0</coverage-model.version>
<jsoup.version>1.16.2</jsoup.version>

<!-- Jenkins Plug-in Dependencies Versions -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ void shouldIgnoreErrors() {

assertThat(getConsoleLog(success))
.doesNotContain("java.lang.IllegalArgumentException")
.contains("[-ERROR-] Skipping duplicate method 'VisualOn.Data.DataSourceProvider' for class 'Enumerate()'");

.contains("[-ERROR-] Found a duplicate method 'Enumerate' with signature '()' in 'VisualOn.Data.DataSourceProvider'");
}

@Test
Expand Down

0 comments on commit ce8bb47

Please sign in to comment.