Skip to content

Commit

Permalink
Merge pull request #420 from ShammiL/codecov-workflow
Browse files Browse the repository at this point in the history
Move codecov generation to push build
  • Loading branch information
keizer619 authored Sep 19, 2024
2 parents 9b5ec0f + 78cdc0b commit 1a54099
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 1a54099

Please sign in to comment.