Skip to content

Commit 59efaf2

Browse files
committed
docs:support Codecov.
Signed-off-by: Haotian Zhang <[email protected]>
1 parent 36693e3 commit 59efaf2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,8 @@ jobs:
6262
restore-keys: |
6363
${{ runner.os }}-maven-
6464
- name: Test with Maven
65-
run: mvn -B test --file pom.xml
65+
run: mvn clean test -B -U --file pom.xml
66+
- name: Upload coverage reports to Codecov
67+
uses: codecov/codecov-action@v4
68+
env:
69+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)