You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,21 @@
1
1
# Omni Reporter Commons Release Notes
2
2
3
-
4
-
#### Release 0.1.2 - Upcoming
3
+
#### Release 0.1.3 - Upcoming
5
4
6
5
###### Features
7
6
8
-
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.
7
+
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
8
+
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.
9
9
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)
10
10
3. Support for Group Coverage with Branch Coverage (mostly Coveralls)
11
11
4. Source encoding gets automatically chosen unless we configure flag `failOnNoEncoding` to `true`
12
12
13
+
#### Release 0.1.2 - 2022/01/31
14
+
15
+
###### Features
16
+
17
+
1. Create flag `fetchBranchNameFromEnv` to fetch the branch name from environment variables
18
+
13
19
#### Release 0.1.1 - 2022/01/31
14
20
15
21
###### Bugs
@@ -22,6 +28,7 @@
22
28
###### Features
23
29
24
30
> !! Breaking Changes !!
31
+
25
32
1. Support for [CoveragePy](https://coverage.readthedocs.io/)
26
33
2. Support for [LCov](https://wiki.documentfoundation.org/Development/Lcov)
27
34
3. Support for [Jacoco.exec](https://www.jacoco.org/jacoco/) files
@@ -31,11 +38,10 @@
31
38
32
39
1. Root Path fix for internal elements
33
40
34
-
35
41
#### Release 0.0.1 - 2022/01/22
36
42
37
-
It was found that under certain circumstances (i.e. use of Gradle INFO level), the Http Google Clients lets client logs output go to the console. This represents a security risk because access keys to the coverage API's would be exposed in that way.
38
-
This release covers that and avoids this way of credentials being exposed in the logs.
43
+
It was found that under certain circumstances (i.e. use of Gradle INFO level), the Http Google Clients lets client logs output go to the console. This represents a security risk because access keys to the coverage API's would be exposed in that way. This release covers that and avoids this way of
0 commit comments