Skip to content

Commit 9de67f0

Browse files
committed
fix: update codecov CI action
1 parent 270b277 commit 9de67f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626

2727
- name: Upload code coverage results
2828
uses: codecov/codecov-action@v4
29+
with:
30+
- token: ${{ secrets.CODECOV_TOKEN }}
31+
- directory: ./core/build/reports/jacoco/test/
2932

3033
- name: Run Codacy Analysis CLI
3134
uses: codacy/codacy-analysis-cli-action@v4

0 commit comments

Comments
 (0)