Skip to content

Commit c339ebf

Browse files
authored
Merge pull request #119 from mvallim/feature/update-workflow
Auto-created pull request into `develop` from `feature/update-workflow`
2 parents 5a38662 + 5d900a4 commit c339ebf

30 files changed

+979
-734
lines changed

.github/workflows/ci-maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
restore-keys: ${{ runner.os }}-build-${{ hashFiles('**/pom.xml') }}-${{ matrix.java-version }}
2929

3030
- name: Compile with Maven
31-
run: mvn -T 2C clean generate-sources compile --file pom.xml
31+
run: mvn clean generate-sources compile --file pom.xml
3232

3333
test:
3434
runs-on: ubuntu-latest
@@ -54,4 +54,4 @@ jobs:
5454
restore-keys: ${{ runner.os }}-test-${{ hashFiles('**/pom.xml') }}-${{ matrix.java-version }}
5555

5656
- name: Test with Maven
57-
run: mvn -T 2C test-compile test --file pom.xml
57+
run: mvn test-compile test --file pom.xml

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# Java Fluent Validator
44

5-
![Java CI with Maven](https://github.com/mvallim/java-fluent-validator/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master)
6-
![CodeQL](https://github.com/mvallim/java-fluent-validator/workflows/CodeQL/badge.svg?branch=master)
5+
[![Java CI with Maven](https://github.com/mvallim/java-fluent-validator/actions/workflows/ci.yml/badge.svg)](https://github.com/mvallim/java-fluent-validator/actions/workflows/ci.yml)
76
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=java-fluent-validator&metric=alert_status)](https://sonarcloud.io/dashboard?id=java-fluent-validator)
87
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=java-fluent-validator&metric=coverage)](https://sonarcloud.io/dashboard?id=java-fluent-validator)
98
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.mvallim/java-fluent-validator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.mvallim/java-fluent-validator)

0 commit comments

Comments
 (0)