Skip to content

Commit

Permalink
add jacoco pmd and cpd reports to published reports (NationalSecurity…
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb authored Dec 20, 2024
1 parent 20cfffe commit 43a112d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
distribution: "corretto"

- name: Build with Maven
run: mvn -B -e -ntp "-Dstyle.color=always" site
run: mvn -B -e -ntp "-Dstyle.color=always" site -Pcoverage,pmd

slack-notify:
if: ${{ github.event_name == 'push' && github.repository == 'NationalSecurityAgency/emissary' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish site to GitHub Pages
run: mvn site site:stage scm-publish:publish-scm -DskipTests
run: mvn site site:stage scm-publish:publish-scm -Pcoverage,pmd -DskipTests
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 43a112d

Please sign in to comment.