Skip to content

Commit

Permalink
Remove fail_ci_if_error
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jan 28, 2025
1 parent c873339 commit 706119e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reusable-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ jobs:
with:
directory: build/logs
flags: unit
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

prepare-functional: #---------------------------------------------------------
Expand Down Expand Up @@ -408,7 +407,6 @@ jobs:
if: ${{ matrix.coverage }}
uses: codecov/[email protected]
with:
directory: build/logs/clover-behat
directory: build/logs
flags: feature
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 706119e

Please sign in to comment.