Skip to content

Commit

Permalink
🗄 Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Feb 1, 2022
1 parent 5ab80d3 commit 1d1a4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
1. Support for Group Coverage with Branch Coverage (mostly Coveralls)
2. Source encoding gets automatically chosen unless we configure flag `failOnNoEncoding` to `true`

#### Release 0.1.3 - Upcoming
#### Release 0.1.3 - 2022/02/1

###### Features

1. ~~Reports in the same folder are merged and average, (We assume thart if there are different reports in the same folder, it only means that there are different brands in there.)~~ Unfortunately, by doing so, the results may become inconsistent for reports that do not report coverage for certain
files. Please make sure not to have different report brands (i.e. Clover and LCov together) for the same files. In that case, line coverage will be reported duplicate.
2. Exclude report option (Since the above, may be difficult to manage in some situations, we can then use this option to exclude a report that for some reason we don't want to consider for the overall coverage calculation)
2. Exclude report option `reportRejectList`. Given the above, it may be difficult to manage that situation. We can then use this option to exclude a report that for some reason we don't want to consider for the overall coverage calculation). See example in [![Generic badge](https://img.shields.io/static/v1.svg?label=GitLab&message=Bridge%20Management%20Logistics&color=informational)](https://gitlab.com/jesperancinha/bridge-logistics).
3. Change file detection to include content. The check should be based on text labels and parsing should be avoided.
4. ~~Remove files from the excluded list where applicable (code wise). Files in de excluded list are also used in a filename based algorithm. This needs to be changed.~~ - I leave it there because `coverage-final.json` is not a part of any other report default naming strategy. This way I keep this protection.
5. Add support for Circle CI and BitBucket builds
Expand Down

0 comments on commit 1d1a4eb

Please sign in to comment.