Skip to content

Conversation

@moreirawebmaster
Copy link
Owner

…o", incluindo README, arquivos de configuração e código-fonte, para simplificar a estrutura do projeto e eliminar conteúdo desnecessário.

📋 Description

Brief description of changes and motivation behind them.

🔄 Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🧪 Test improvement
  • 🔧 Refactoring (no functional changes)
  • 🎨 Style changes (formatting, naming, etc.)

🧪 Testing

  • Tests pass locally (flutter test)
  • Coverage remains high (./scripts/test_coverage.sh)
  • Pana analysis passes (./scripts/pana_analysis.sh)
  • Added tests for new functionality
  • Updated documentation if needed

📱 Platform Testing

  • Tested on Android
  • Tested on iOS
  • Works on physical devices
  • Works on emulator/simulator

🔍 Code Quality

  • Code follows style guidelines
  • Self-review completed
  • Added necessary code comments
  • No new warnings or errors
  • Performance impact considered

📋 Checklist

  • 📝 Updated CHANGELOG.md
  • 📚 Updated README if needed
  • 🏷️ Updated version in pubspec.yaml (if applicable)
  • 🧪 All tests pass
  • 📊 Coverage percentage maintained or improved
  • 🔍 Pana score maintained or improved

🔗 Related Issues

Closes #(issue number)
Addresses #(issue number)
Related to #(issue number)

📸 Screenshots (if applicable)

Add screenshots to help reviewers understand the changes.

🚨 Breaking Changes

If this PR contains breaking changes, list them here with migration guide:

// Before
final old = OldAPI();

// After  
final new = NewAPI();

📋 Additional Notes

Any additional information, concerns, or considerations for reviewers.

…o", incluindo README, arquivos de configuração e código-fonte, para simplificar a estrutura do projeto e eliminar conteúdo desnecessário.
@moreirawebmaster moreirawebmaster merged commit 163039c into main Jun 22, 2025
2 checks passed
@codecov
Copy link

codecov bot commented Jun 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.58%. Comparing base (1dedaac) to head (f3c6d2e).
Report is 6 commits behind head on main.

❌ Your project status has failed because the head coverage (54.58%) is below the target coverage (100.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #5   +/-   ##
=======================================
  Coverage   54.58%   54.58%           
=======================================
  Files           6        6           
  Lines         262      262           
=======================================
  Hits          143      143           
  Misses        119      119           
Flag Coverage Δ
unittests 54.58% <ø> (ø)

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


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1dedaac...f3c6d2e. Read the comment docs.

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

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