Remove codecov as not really used (we verify for appropriate tests during PR review), but causing build issues unrelated to code chages.

This commit is contained in:
Olga MaciaszekSharma
2024-04-15 13:28:27 +02:00
parent d0196db405
commit 8f69799e76
3 changed files with 0 additions and 7 deletions

View File

@@ -28,6 +28,3 @@ jobs:
cache: 'maven'
- name: Build with Maven
run: ./mvnw clean install -B -U -P sonar
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true