Skip to content

Update README.md#699

Open
thomasrockhu-codecov wants to merge 7 commits intomainfrom
thomasrockhu-codecov-patch-1
Open

Update README.md#699
thomasrockhu-codecov wants to merge 7 commits intomainfrom
thomasrockhu-codecov-patch-1

Conversation

@thomasrockhu-codecov
Copy link
Copy Markdown
Contributor

No description provided.

Swatinem and others added 7 commits April 25, 2025 09:20
This hides all related commands and options from the docs, and removes mentions of them from the README.
This rips out all of `static-analysis`, but keeps the treesitter `languages` and associated build infrastructure for now.

Ripping out `label-analysis` works rather by running the fallback code unconditionally without making requests to the backend API.
The static-analysis command previously depended on tree-sitter, which required building some C-based extensions coming from submodules.

Now that static-analysis is gone, we can also remove `tree-sitter` and all associated build complexity.
* Update README with prevent-cli info
@sentry
Copy link
Copy Markdown

sentry Bot commented Apr 16, 2026

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
687 1 686 1
View the full list of 1 ❄️ flaky test(s)
api.temp.calculator.test_calculator::test_divide

Flake rate in main: 100.00% (Passed 0 times, Failed 21 times)

Stack Traces | 0.001s run time
def
                test_divide():
                > assert Calculator.divide(1, 2) == 0.5
                E assert 1.0 == 0.5
                E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
                E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
                .../temp/calculator/test_calculator.py:30: AssertionError

To view more test analytics, go to the Prevent Tests Dashboard

@github-actions
Copy link
Copy Markdown

✅ All tests successful. No failed tests were found.

📣 Thoughts on this report? Let Codecov know! | Powered by Codecov

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.

3 participants