Skip to content

Conversation

@imaNNeo
Copy link
Owner

@imaNNeo imaNNeo commented Aug 31, 2025

BarChartRodStackItem(
  0,
  10,
  Colors.green,
  BorderSide(color: Colors.white),
),

to this:

BarChartRodStackItem(
  0,
  10,
  Colors.green,
  borderSide: BorderSide(color: Colors.white),
),

@codecov
Copy link

codecov bot commented Aug 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.51%. Comparing base (a08bfad) to head (866408a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1984   +/-   ##
=======================================
  Coverage   92.51%   92.51%           
=======================================
  Files          50       50           
  Lines        3714     3714           
=======================================
  Hits         3436     3436           
  Misses        278      278           
Flag Coverage Δ
flutter 92.51% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@imaNNeo imaNNeo merged commit 41357bf into main Aug 31, 2025
9 of 10 checks passed
@imaNNeo imaNNeo deleted the release/1.1.0 branch August 31, 2025 13:05
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.

2 participants