Skip to content

Commit

Permalink
Bump jacoco from 3.3.3 to 3.3.4 in /bom-weekly (#2236)
Browse files Browse the repository at this point in the history
* Bump jacoco from 3.3.3 to 3.3.4 in /bom-weekly

Bumps [jacoco](https://github.com/jenkinsci/jacoco-plugin) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/jenkinsci/jacoco-plugin/releases)
- [Commits](jenkinsci/jacoco-plugin@jacoco-3.3.3...jacoco-3.3.4)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:jacoco
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Revert "Exclude failing tests pending release (#2201)"

This reverts commit dc0ccd2.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Waite <[email protected]>
  • Loading branch information
dependabot[bot] and MarkEWaite authored Jul 1, 2023
1 parent 34f0381 commit eaceaf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jacoco</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down
5 changes: 0 additions & 5 deletions excludes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# TODO cryptic PCT-only errors: https://github.com/jenkinsci/bom/pull/251#issuecomment-645012427
hudson.matrix.AxisTest

# TODO https://github.com/jenkinsci/jacoco-plugin/pull/244
hudson.plugins.jacococoveragecolumn.AbstractJaCoCoCoverageColumnTest
hudson.plugins.jacococoveragecolumn.BranchCoverageColumnTest
hudson.plugins.jacococoveragecolumn.JaCoCoColumnTest

# TODO tends to time out
jenkins.plugins.http_request.HttpRequestStepRoundTripTest

Expand Down

0 comments on commit eaceaf1

Please sign in to comment.