All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
No functional changes. This release marks API stability.
- Fixed compatibility with Elixir 1.13
- Added a
:terminal_option
for:filter_fully_covered
, defaulting totrue
- this option filters fully covered modules from the terminal output
- Changed out three default setting values
file_column_width
increased to 80 columns from 40treat_no_relevant_lines_as_covered
set to true from falsehtml_filter_fully_covered
set to true from false
- Added message to HTML report when the
:html_filter_fully_covered
option is enabled
- Fixed HTML filtering functionality
- Added LICENSE file to hex tarball
- Added
:html_filter_fully_covered
to the coverage options, allowing one to filter out fully covered modules from the HTML reports
- Removed mix tasks and code for uploading coverage reports to various services
- Changed out configuration from the JSON file to Elixir application configuration
- This project was forked from
parroty/excoveralls