-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add codecov git action to track test coverage metrics (#1945)
* 提交测试覆盖率 * Update pom.xml update * Update pom.xml * Update pom.xml
- Loading branch information
1 parent
55bc73a
commit e7e144c
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,10 @@ jobs: | |
run: | | ||
./mvnw -N install | ||
./mvnw clean package | ||
- name: Upload coverage to Codecov | ||
uses: codecov/[email protected] | ||
# with: | ||
# token: ${{ secrets.CODECOV_TOKEN }} | ||
- name: Build frontend by node.js | ||
run: | | ||
cd web | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters