Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IFS-4147: Fixing jacoco-maven-plugin config, removing target folder #12

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ on:
jobs:
DependencyReview:
uses: IsyFact/isy-github-actions-templates/.github/workflows/[email protected]
with:
allow-dependencies-licenses:
'pkg:maven/org.jacoco/jacoco-maven-plugin'
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<maven.jar.version>3.3.0</maven.jar.version>
<maven.deploy.version>2.8.2</maven.deploy.version>
<maven.flatten.version>1.2.7</maven.flatten.version>
<maven.jacoco.version>0.8.7</maven.jacoco.version>
<maven.jacoco.version>0.8.12</maven.jacoco.version>
<maven.cyclondx.version>2.7.11</maven.cyclondx.version>
<maven.javadoc.plugin.version>3.3.2</maven.javadoc.plugin.version>
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
Expand Down Expand Up @@ -162,6 +162,7 @@
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 changes: 0 additions & 22 deletions target/classes/messages.properties

This file was deleted.

Binary file removed target/jacoco.exec
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading