From e5deb642a2609d36a4e1ead5332e5f3c7f42883a Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Tue, 2 Nov 2021 17:45:59 +0100 Subject: [PATCH] Revert "Temporarily disable codecov." This reverts commit ba7346573ef2d3dea8c7635ebd353659ac681e77. --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d8457793..d8affd44 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,6 +28,6 @@ jobs: cache: 'maven' - name: Build with Maven run: ./mvnw clean install -B -U -P sonar -# - uses: codecov/codecov-action@v1 -# with: -# fail_ci_if_error: true + - uses: codecov/codecov-action@v1 + with: + fail_ci_if_error: true