Skip to content

Commit

Permalink
Merge pull request #10 from ShammiL/workflows-shammi
Browse files Browse the repository at this point in the history
Generate code coverage
  • Loading branch information
keizer619 authored Sep 18, 2024
2 parents 81d77a9 + dcfc98c commit 8f2c849
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 8f2c849

Please sign in to comment.