Skip to content

Commit

Permalink
Disbaled Sacffold own CI fail on Codecov fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Aug 16, 2024
1 parent a9480e3 commit ece2703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scaffold-test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
directory: /tmp/.scaffold-coverage-html
fail_ci_if_error: true
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
directory: /tmp/.scaffold-coverage-html
fail_ci_if_error: true
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
directory: /tmp/.scaffold-coverage-html
fail_ci_if_error: true
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

1 comment on commit ece2703

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.