Skip to content

Adiciona novos diretórios de exemplo ao arquivo de análise e ajusta o comando de análise no CI para focar apenas na pasta 'lib'.#2

Merged
moreirawebmaster merged 1 commit intomainfrom
hotfix/ci
Jun 22, 2025
Merged

Adiciona novos diretórios de exemplo ao arquivo de análise e ajusta o comando de análise no CI para focar apenas na pasta 'lib'.#2
moreirawebmaster merged 1 commit intomainfrom
hotfix/ci

Conversation

@moreirawebmaster
Copy link
Owner

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

… comando de análise no CI para focar apenas na pasta 'lib'.
@moreirawebmaster moreirawebmaster changed the base branch from chore/adjust-readme-ios-podfile to main June 22, 2025 18:39
@moreirawebmaster moreirawebmaster merged commit d221ecb into main Jun 22, 2025
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.

1 participant