Skip to content

Commit

Permalink
🧪 Fail CI on test uploads to Codecov upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 7, 2024
1 parent 7cdf822 commit 61c2d00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ jobs:
&& steps.tox-run.outputs.test-result-files != ''
uses: codecov/test-results-action@v1
with:
fail_ci_if_error: >-
${{ toJSON(inputs.upstream-repository-id == github.repository_id) }}
files: >-
${{ steps.tox-run.outputs.test-result-files }}
flags: >-
Expand Down

0 comments on commit 61c2d00

Please sign in to comment.