From 1f4af7543a01831288fee88636a818b0a4220384 Mon Sep 17 00:00:00 2001 From: Jorge Ulises Useche Cuellar Date: Wed, 22 Nov 2023 10:15:42 -0500 Subject: [PATCH] adding jacoco:report --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6bd0689..3bf4ee6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -57,7 +57,7 @@ jobs: cache: maven - name: Test with Maven - run: mvn test -Dtest='!co.edu.escuelaing.cvds.lab7.Lab7ApplicationTests#contextLoads' -P coverage + run: mvn test -Dtest='!co.edu.escuelaing.cvds.lab7.Lab7ApplicationTests#contextLoads' jacoco:report -P coverage - name: Analyze with SonarCloud env: