From 71d2b8a5e845569e62f594202d9046e713c5b110 Mon Sep 17 00:00:00 2001 From: Diego Fincatto Date: Tue, 11 Jan 2022 13:18:28 -0300 Subject: [PATCH 1/3] Adicionado cobertura no build. --- .github/dependabot.yml | 2 +- .github/workflows/maven.yml | 7 +++++-- .github/workflows/release.yml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 81dfa827b..3ae559c99 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,6 @@ updates: - package-ecosystem: maven directory: "/" schedule: - interval: daily + interval: weekly time: "08:00" open-pull-requests-limit: 10 diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6602b690c..44e9f1e8b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -14,5 +14,8 @@ jobs: with: java-version: 11 - - name: Build with Maven - run: mvn package --file pom.xml \ No newline at end of file + - name: Maven package + run: mvn package --file pom.xml + + - name: Coverage tests + run: mvn cobertura:cobertura coveralls:report diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ca45f6d2..46ea6be35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'skip ci')" runs-on: ubuntu-latest steps: - - name: Check out Git repository + - name: Check out repository uses: actions/checkout@v2 - name: Install Java and Maven From 8aa9085c9aa983d4fca2214b7941938e84e501ef Mon Sep 17 00:00:00 2001 From: Wmix CI Date: Tue, 11 Jan 2022 16:19:52 +0000 Subject: [PATCH 2/3] [maven-release-plugin] [skip ci]prepare release v3.0.74 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e3831f720..1bfab7054 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.github.wmixvideo nfe jar - 3.0.74-SNAPSHOT + 3.0.74 nfe Biblioteca de comunicacao de nota fiscal eletronica brasileira https://github.com/wmixvideo/nfe @@ -20,7 +20,7 @@ git@github.com:wmixvideo/nfe.git scm:git:git@github.com:wmixvideo/nfe.git scm:git:git@github.com:wmixvideo/nfe.git - HEAD + v3.0.74 From 0dbf6016bd90a59964b9c39bfd3e7b8dacdfee9d Mon Sep 17 00:00:00 2001 From: Wmix CI Date: Tue, 11 Jan 2022 16:19:55 +0000 Subject: [PATCH 3/3] [maven-release-plugin] [skip ci]prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1bfab7054..f5641e610 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.github.wmixvideo nfe jar - 3.0.74 + 3.0.75-SNAPSHOT nfe Biblioteca de comunicacao de nota fiscal eletronica brasileira https://github.com/wmixvideo/nfe @@ -20,7 +20,7 @@ git@github.com:wmixvideo/nfe.git scm:git:git@github.com:wmixvideo/nfe.git scm:git:git@github.com:wmixvideo/nfe.git - v3.0.74 + HEAD