Skip to content

Commit d8c8344

Browse files
DEJHRG0NDEJHRG0N
authored andcommitted
Update version number and readme
1 parent 1ca3610 commit d8c8344

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -16,11 +16,11 @@
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>
@@ -45,7 +45,7 @@
4545
<version>1.1.0</version>
4646
</dependency>
4747
</dependencies>
48-
48+
4949
<repositories>
5050
<repository>
5151
<id>repo.jenkins-ci.org</id>

0 commit comments

Comments
 (0)