Skip to content

fix: return non-zero exit code if checks fail#156

Merged
sourya-deepsource merged 1 commit intomasterfrom
fix/gh-155
Mar 3, 2025
Merged

fix: return non-zero exit code if checks fail#156
sourya-deepsource merged 1 commit intomasterfrom
fix/gh-155

Conversation

@sanket-deepsource
Copy link
Contributor

Add tracking of failed tests and use that to raise a non-zero exit code at the end. This way we can ensure that all the test cases run and the CI can break if anything is failing.

Fixes #155.

Add tracking of failed tests and use that to raise a non-zero exit code
at the end. This way we can ensure that all the test cases run and the
CI can break if anything is failing.

Fixes #155.
@vercel
Copy link

vercel bot commented Mar 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
globstar ⬜️ Ignored (Inspect) Mar 2, 2025 10:01pm

@sourya-deepsource sourya-deepsource merged commit ac294e2 into master Mar 3, 2025
3 checks passed
@sourya-deepsource sourya-deepsource deleted the fix/gh-155 branch March 3, 2025 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test command should exit with an NZEC in case of a test case failure

2 participants