Skip to content

Commit

Permalink
Generate code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ShammiL committed Sep 18, 2024
1 parent 1aeb102 commit dcfc98c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push_ubuntu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn clean install
- name: Upload test coverage to Codecov
uses: codecov/codecov-action@v4.0.1
with:
flags: unit_tests
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit dcfc98c

Please sign in to comment.