Skip to content

Commit

Permalink
Parallelization support for Maven 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Feb 2, 2023
1 parent 29a4bc6 commit d1b560d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Omni Reporter Maven Plugin release notes

#### Release 0.4.2 - Upcoming
#### Release 0.4.3 - Upcoming

1. Support for Group Coverage with Branch Coverage (mostly Coveralls)
2. Source encoding gets automatically chosen unless we configure flag `failOnNoEncoding` to `true`
3. Overseer option: `overseer`. If this option is on, the plugin will look for external reports and sources automatically following the [Overseer.md](./Overseer.md) document rules
4. GoLang Coverage Support (`.out` files)

#### Release 0.4.1 - Upcoming
#### Release 0.4.2 - Upcoming

1. Parallelization support for multiple sub-report frameworks like Codacy

#### Release 0.4.0 - 2023/01/31
#### Release 0.4.1 - 2023/02/02

1. Parallelization support

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.jesperancinha.plugins</groupId>
<artifactId>omni-coveragereporter-maven-plugin</artifactId>
<version>0.4.1</version>
<version>0.4.2</version>
<packaging>maven-plugin</packaging>

<name>Omni Coverage Reporter Maven Plugin</name>
Expand Down Expand Up @@ -34,7 +34,7 @@
<connection>scm:git:git://github.com/JEsperancinhaOrg.git</connection>
<developerConnection>scm:git:git://github.com/JEsperancinhaOrg.git</developerConnection>
<url>https://github.com/JEsperancinhaOrg/omni-coveragereporter-maven-plugin</url>
<tag>0.4.1</tag>
<tag>0.4.2</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -89,7 +89,7 @@
<codacy-coverage-reporter.version>7.1.0</codacy-coverage-reporter.version>
<logback-classic.version>1.4.5</logback-classic.version>
<omni-coveragereporter-maven-plugin.version>0.4.0</omni-coveragereporter-maven-plugin.version>
<omni-coveragereporter-commons.version>0.4.1</omni-coveragereporter-commons.version>
<omni-coveragereporter-commons.version>0.4.2</omni-coveragereporter-commons.version>
</properties>

<dependencies>
Expand Down

0 comments on commit d1b560d

Please sign in to comment.