Skip to content

Commit 3e4ac38

Browse files
authored
Merge pull request #9 from SWAT-engineering/chore/codecov-ci
Adding codecov support for java-watch Fixes #6
2 parents 79f56fc + dd5f5da commit 3e4ac38

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)