Skip to content

Commit

Permalink
try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Dec 6, 2023
1 parent 79899d2 commit 6524acf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Dependency Test # installs all dependencies
run: mvn test -Dtest=org.myrobotlab.framework.DependencyTest -q
- name: Build with Maven # currently cannot test opencv
run: mvn --batch-mode -Dtest=!**/OpenCV* test -q
run: mvn --batch-mode -Dtest=!**/OpenCV* test surefire-report:report jacoco:report -q

- name: Get next version
uses: reecetech/[email protected]
Expand Down Expand Up @@ -52,7 +52,11 @@ jobs:
generate_release_notes: true
body_path: ./release-template.md

- name: Add coverage to PR
# - name: Publish Test Report
# if: success() || failure()
# uses: scacap/action-surefire-report@v1

- name: Add Coverage to PR
id: jacoco
uses: madrapps/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2109,7 +2109,7 @@
</execution>
<execution>
<id>report</id>
<phase>prepare-package</phase>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
Expand Down

0 comments on commit 6524acf

Please sign in to comment.