From 7bfd3b9d515d9360c2d96a2267733310e177d18e Mon Sep 17 00:00:00 2001 From: KoonQi Date: Thu, 7 Sep 2023 15:24:17 +0800 Subject: [PATCH] final update on .yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 031fec8ee..74981629b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,6 @@ jobs: path: target/ # Path to the build artifacts (typically 'target/' for Maven) - # Static Code Analysis with Checkstyle - name: Static Code Analysis with Checkstyle run: | @@ -56,7 +55,7 @@ jobs: run: | # Run JaCoCo report generation mvn jacoco:report - + # Store code coverage reports - name: Archive Code Coverage Reports uses: actions/upload-artifact@v2