Skip to content

Conversation

@micheleorselli
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Apr 17, 2025

Codecov Report

Attention: Patch coverage is 97.61905% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.55%. Comparing base (d3f15d3) to head (07dd7d1).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/CLI/Command/Check.php 95.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #486      +/-   ##
============================================
+ Coverage     95.54%   95.55%   +0.01%     
- Complexity      631      638       +7     
============================================
  Files            73       74       +1     
  Lines          1727     1733       +6     
============================================
+ Hits           1650     1656       +6     
  Misses           77       77              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@sonarqubecloud
Copy link

@micheleorselli micheleorselli marked this pull request as ready for review April 17, 2025 20:28
$useBaseline = self::DEFAULT_BASELINE_FILENAME;
}

if ($useBaseline && !file_exists($useBaseline)) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's a little bit strange that we check the baseline existence in a different place(and time) from where we read it, but this could be even a later refactoring...

@micheleorselli micheleorselli merged commit 0903322 into main Apr 18, 2025
35 checks passed
@micheleorselli micheleorselli deleted the cleanup_check_command branch April 18, 2025 12:32
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