Release 3.5.0 adds some new features!
- The alias plugin has been promoted to a built-in command
- Support minimal coverage enforcement in tests with
cover --min_coverage=0..100
- add eunit and ct option to set coverdata file name (
--cover_export_name
) - Add experimental support for
ct --retry
option, allowing to replay previously failed test cases.
The alias plugin is a particular highlight letting you define your own rebar3 commands out of sequences of existing ones.
Multiple fixes were also added:
- Update to the bootstrap script fixing some file handling and windows issues
- Prevent escriptize failure when ebin/ has subdirectories
- Prevent plugin unloading from killing currently running command (soft-purge in-compile)
- Fix file handling on Windows 7
- fix code path handling when validating plugins
- Disable color in git log commands when enabled globally
- Update manpages