From 215d15bc0ec6ab543ca3a48be898467a90f4f0ed Mon Sep 17 00:00:00 2001 From: pauluswi <35646814+pauluswi@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:58:21 +0700 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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