Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #795 from jenkinsci/coverage-plugin-split
Browse files Browse the repository at this point in the history
Move code to new Coverage plugin
  • Loading branch information
uhafner authored Oct 23, 2023
2 parents 9d6fbe3 + fd1b6a2 commit 8aedf0e
Show file tree
Hide file tree
Showing 464 changed files with 403 additions and 152,640 deletions.
7 changes: 2 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ updates:
- dependency-name: org.eclipse.collections:eclipse-collections-api
versions:
- ">= 10.a"
- dependency-name: org.webjars:popper.js
- dependency-name: net.javacrumbs.json-unit:json-unit-assertj
versions:
- ">= 2.0.0"
- dependency-name: org.webjars:bootstrap
versions:
- ">= 5.0.0"
- ">= 3.0.0"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enforce-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
mode: minimum
count: 1
labels: "bug,feature,enhancement,breaking,tests,documentation,internal,dependencies"
message: "Maintainer needs to assign at least one label before merge"
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ def configurations = [

def params = [
failFast: false,
pit: [skip: false],
configurations: configurations,
checkstyle: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]],
filters:[includePackage('io.jenkins.plugins.coverage.metrics')]],
Expand Down
312 changes: 3 additions & 309 deletions README.md

Large diffs are not rendered by default.

File renamed without changes.
Loading

0 comments on commit 8aedf0e

Please sign in to comment.