Releases: ZebraDevs/flutter-code-quality
Releases · ZebraDevs/flutter-code-quality
v1.0.10
1.0.10 (2025-04-11)
🪲 Bug Fixes
- Action should now only commit once, not twice (#39) (b06c962)
- Add input to change the desired coverage percentage (#37) (d4a5194)
- Add support for custom test command. (#44) (65582bb)
⛓️ Dependencies
- Move to yarn for package management (65582bb)
🧪 Tests
- Update tests to pass in empty directory (65582bb)
v1.0.9
1.0.9 (2024-08-22)
🪲 Bug Fixes
- Action fails when previous commit had a failing test (#32) (e411b2e)
- Don't commit coverage directory (#35) (3211e3e)
v1.0.8
1.0.8 (2024-08-19)
🪲 Bug Fixes
- Git push fails when cacluating previous coverage (#30) (2eef29f)
📈 Documentation
- Add brief documentation comments to each function (2eef29f)
🧪 Tests
- Added --local input arg to test functionality locally (2eef29f)
v1.0.7
1.0.7 (2024-07-23)
🪲 Bug Fixes
- Pass correct coverage path for generating previous test results (#27) (bdb334b)
v1.0.6
1.0.6 (2024-07-22)
✨ New Features
- Add
run-prev-coverage
flag (b4d7937)
🪲 Bug Fixes
- UX-1139: Prevent commiting coverage file; store previous coverage result as artifact (#25) (b4d7937)
🧹 Miscellaneous Chores
v1.0.5
1.0.5 (2024-07-16)
✨ New Features
🧹 Miscellaneous Chores
v1.0.4
1.0.4 (2024-07-16)
✨ New Features
- Add inputs to enable / disable parts of the action(#20) (a74d1f2)
🧪 Tests
🧹 Miscellaneous Chores
v1.0.3
1.0.3 (2024-07-10)
🧹 Miscellaneous Chores
v1.0.2
1.0.2 (2024-07-10)
🪲 Bug Fixes
- Show info only lints in comment (e0586be)
v1.0.1
1.0.1 (2024-07-03)
🪲 Bug Fixes
- Add basic error reporting (#8) (a2a68cd)
- Comment works correctly for failed test (#9) (cd84942)
📈 Documentation
- Add version to readme instructions (#6) (80285f5)
🧹 Miscellaneous Chores
- update gitignore to remove unneeded files (80285f5)