Skip to content

Commit

Permalink
fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Jun 4, 2024
1 parent b2a8ebc commit 8671960
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Develop branch build
on:
workflow_call:
workflow_run:
workflows: ["pull-request-job", "develop-build-job"]
types: [completed]

jobs:
codecov-job:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ jobs:

- name: Step 4 - Build & Test
run: mvn clean verify -ntp -PIT

call-codecov-workflow:
uses: ./.github/workflows/codecov.yml
3 changes: 0 additions & 3 deletions .github/workflows/push-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,3 @@ jobs:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
GPG_OWNERTRUST: ${{ secrets.GPG_OWNERTRUST }}

call-codecov-workflow:
uses: ./.github/workflows/codecov.yml

0 comments on commit 8671960

Please sign in to comment.