diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dbc3166..ea85710 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,11 +27,11 @@ jobs: java-version: '17' distribution: 'temurin' cache: maven - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 - with: - files: ./target/site/jacoco/jacoco.xml - flags: unittests + #- name: Upload coverage to Codecov + # uses: codecov/codecov-action@v2 + # with: + # files: ./target/site/jacoco/jacoco.xml + # flags: unittests - name: Run tests run: npx jest --coverage --passWithNoTests - name: Upload results to Codecov