File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ These are examples for use with the `code-coverage-api-plugin` which provides `'
2020
2121### Line coverage
2222``` groovy
23- def lineCoverage = getCoverageResult ('Line');
23+ def lineCoverage = getCoverage ('Line');
2424```
2525
2626### Branch coverage
2727``` groovy
28- def conditionCoverage = getCoverageResult ('Conditional');
28+ def conditionCoverage = getCoverage ('Conditional');
2929```
Original file line number Diff line number Diff line change 77 <version >3.43</version >
88 <relativePath />
99 </parent >
10-
10+
1111 <properties >
1212 <jenkins .version>2.138.4</jenkins .version>
1313 <java .level>8</java .level>
1616 <groupId >io.jenkins.plugins</groupId >
1717 <name >Pipeline: Coverage Results</name >
1818 <artifactId >pipeline-coverage-results</artifactId >
19- <version >0.1.0 </version >
19+ <version >0.1.1 </version >
2020 <packaging >hpi</packaging >
2121 <description >Access code coverage results from pipeline</description >
2222 <url >https://github.com/rguenthe/pipeline-coverage-results-plugin</url >
23-
23+
2424 <licenses >
2525 <license >
2626 <name >MIT License</name >
4545 <version >1.1.0</version >
4646 </dependency >
4747 </dependencies >
48-
48+
4949 <repositories >
5050 <repository >
5151 <id >repo.jenkins-ci.org</id >
You can’t perform that action at this time.
0 commit comments