Skip to content

Commit

Permalink
👷 Upload code coverage to be able to create a badge for the readme file
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Nov 2, 2024
1 parent 5334bff commit b55f6ed
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 @@ -22,5 +22,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 b55f6ed

Please sign in to comment.