-
Notifications
You must be signed in to change notification settings - Fork 179
test: test for console output in Turtle tests #21794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #21794 +/- ##
=========================================
Coverage 71.88% 71.88%
- Complexity 24623 24624 +1
=========================================
Files 2669 2669
Lines 104003 104003
Branches 10885 10885
=========================================
+ Hits 74761 74763 +2
+ Misses 25207 25206 -1
+ Partials 4035 4034 -1 see 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
|
This was fixed |
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
…sole) Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
Description:
This PR adds a test for the console output when running Turtle tests plus some minor fixes.
Related issue(s):
Fixes #21338