Skip to content

Commit

Permalink
🔧 Configure JaCoCo result to be uploaded to Codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Nov 3, 2024
1 parent 7d5459b commit c4b50a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@ jobs:
cache: maven
- name: Build with Maven
run: ./mvnw verify
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
- name: Check clean git state
run: ./.github/workflows/check-clean-git-state.sh

0 comments on commit c4b50a0

Please sign in to comment.