Skip to content

Commit

Permalink
Merge pull request #63 from Qualys/develop
Browse files Browse the repository at this point in the history
QINT-17127: Unit Test Case Coverage for GitHub WAS Action
  • Loading branch information
qsadhav authored Feb 5, 2024
2 parents fc6810b + 93b14b0 commit ef0bdc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ target/
!**/src/test/**/target/
outputs/
application.properties
htmlReport/

### STS ###
.apt_generated
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@
<version>2.0.9</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.jacoco/jacoco-maven-plugin -->
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit ef0bdc9

Please sign in to comment.