Skip to content

Conversation

@netopyr
Copy link
Contributor

@netopyr netopyr commented Oct 22, 2025

Description:

This PR adds a test for the console output when running Turtle tests plus some minor fixes.

Related issue(s):

Fixes #21338

Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
@netopyr netopyr added this to the v0.68 milestone Oct 22, 2025
@netopyr netopyr requested a review from poulok October 22, 2025 16:44
@netopyr netopyr self-assigned this Oct 22, 2025
@netopyr netopyr requested a review from a team as a code owner October 22, 2025 16:44
@lfdt-bot
Copy link

lfdt-bot commented Oct 22, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@codacy-production
Copy link

codacy-production bot commented Oct 22, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7dfd920) 103908 78751 75.79%
Head commit (f09e522) 103908 (+0) 78752 (+1) 75.79% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#21794) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@            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

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@netopyr netopyr marked this pull request as draft October 22, 2025 19:11
@netopyr
Copy link
Contributor Author

netopyr commented Oct 22, 2025

Apparently, the current solution for monitoring the output does not work in CI.

This was fixed

@netopyr netopyr marked this pull request as ready for review October 22, 2025 22:15
…sole)

Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
@netopyr netopyr merged commit ec5da32 into main Oct 23, 2025
58 of 59 checks passed
@netopyr netopyr deleted the 21338-console-output-test branch October 23, 2025 14:07
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.

Tests for Turtle's console output

4 participants