Skip to content

Commit

Permalink
not filtering opencv surefire 18
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Dec 6, 2023
1 parent ff19c54 commit d138598
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 test surefire-report:report jacoco:report -q -Dtest="!**/OpenCV*"
run: mvn --batch-mode test surefire-report:report jacoco:report -q

- name: Get next version
uses: reecetech/[email protected]
Expand Down Expand Up @@ -66,8 +66,9 @@ jobs:
paths: |
${{ github.workspace }}/target/site/jacoco/jacoco.xml
token: ${{ secrets.ACCESS_TOKEN }}
# min-coverage-overall: 40
# min-coverage-changed-files: 60
debug: true
min-coverage-overall: 40
min-coverage-changed-files: 60

- name: Release
if: github.ref == 'refs/heads/develop'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>2.22.2</version>
<version>2.18</version>
<configuration>
<argLine>${argLine} -Djava.library.path=libraries/native
-Djna.library.path=libraries/native</argLine>
Expand Down

0 comments on commit d138598

Please sign in to comment.