Skip to content

Commit

Permalink
change5
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaLrz committed Jul 1, 2024
1 parent e9d0c34 commit 5ecdcf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/jacoco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
distribution: temurin
java-version: 8
cache: 'maven'
- name: Build Maven Env for Autogen
run: ./mvnw clean install -T1C

- name: Build with Maven
run: mvn --show-version --batch-mode --no-transfer-progress verify -Dmaven.test.failure.ignore=true -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false
- name: Build with Maven on Jacoco-exec
run: ./mvnw --show-version --batch-mode --no-transfer-progress verify -Dmaven.test.failure.ignore=true -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false

- name: Merge coverage report
run: ./.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
</argLine>
</configuration>
<dependencies>
<!-- 使用junit作为单测框架 -->
<!-- use Junit5 as test structure -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down

0 comments on commit 5ecdcf8

Please sign in to comment.