Skip to content

Commit

Permalink
Move codecov generation to push build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShammiL committed Sep 19, 2024
1 parent 918f69c commit 78cdc0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pull_request_ubuntu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn clean install
- name: Upload test coverage to Codecov
uses: codecov/[email protected]
with:
flags: unit_tests
token: ${{ secrets.CODECOV_TOKEN }}
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/[email protected]
with:
flags: unit_tests
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 78cdc0b

Please sign in to comment.