Browse Source

Codecov for main branch (#554)

pull/577/head
Can Bezmen 3 years ago committed by GitHub
parent
commit
3c402201ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/maven.yml

5
.github/workflows/maven.yml

@ -32,4 +32,7 @@ jobs: @@ -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

Loading…
Cancel
Save