Skip to content

Commit dd5f5da

Browse files
committed
Adding codecov support for java-watch
1 parent 79f56fc commit dd5f5da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
env:
3333
DELAY_FACTOR: 3
3434

35+
- name: Upload coverage to Codecov
36+
uses: codecov/codecov-action@v4
37+
env:
38+
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
39+
3540
checker-framework:
3641
runs-on: ubuntu-latest
3742
steps:

0 commit comments

Comments
 (0)