Codecov for main branch (#554)

This commit is contained in:
Can Bezmen
2021-07-09 12:51:57 +03:00
committed by GitHub
parent deb150ed88
commit 3c402201ec

View File

@@ -32,4 +32,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: ./mvnw clean install -B -U
run: ./mvnw clean install -B -U -P sonar
- uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true