Skip to content

Commit

Permalink
Upload coverage reports to Codecov when matrix.deploy is true
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Jul 24, 2024
1 parent b671b02 commit b326985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jobs:
tags: softinstigate/restheart-snapshot:distroless,softinstigate/restheart-snapshot:${{steps.vars.outputs.SHA}}-distroless

- name: Upload coverage reports to Codecov
if: ${{ matrix.deploy }}
continue-on-error: true
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b326985

Please sign in to comment.