From 40fba00c7d83087d96407e38bec38137a57a8086 Mon Sep 17 00:00:00 2001 From: Ashutosh Apurva Date: Thu, 26 Oct 2023 10:44:19 +0000 Subject: [PATCH] Update the BUILD.YAML file --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ba7db735..1e5c36d0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,8 +23,8 @@ jobs: - run: mvn clean package - run: mkdir staging && cp target/onlinebookstore.war staging - - name: Run tests - run: mvn clean test + - name: Run tests and generate code coverage report + run: mvn testCoverage - name: upload artifact