Skip to content

Commit

Permalink
Polish #18
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jan 8, 2025
1 parent 250c252 commit 2a32b19
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
--update-snapshots
--file pom.xml
-Drevision=0.0.1-SNAPSHOT
-DargLine="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED"
-P${{ matrix.maven-profile-spring-boot }}
test
test
--activate-profiles test,coverage,${{ matrix.maven-profile-spring-boot }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: microsphere-projects/microsphere-spring-boot

0 comments on commit 2a32b19

Please sign in to comment.