Skip to content

Commit 69bd7fa

Browse files
committed
fix: update insights calculation to include total results in flaky rate
1 parent 41aac08 commit 69bd7fa

26 files changed

+45
-54
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
**CTRF v0.0.14**
1+
**CTRF v0.0.15**
22

33
***
44

5-
# CTRF v0.0.14
5+
# CTRF v0.0.15
66

77
## Enumerations
88

docs/enumerations/SortOrder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**CTRF v0.0.14**](../README.md)
1+
[**CTRF v0.0.15**](../README.md)
22

33
***
44

docs/functions/enrichReportWithInsights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**CTRF v0.0.14**](../README.md)
1+
[**CTRF v0.0.15**](../README.md)
22

33
***
44

@@ -8,7 +8,7 @@
88

99
> **enrichReportWithInsights**(`currentReport`, `previousReports`, `baseline?`): [`Report`](../interfaces/Report.md)
1010
11-
Defined in: [src/methods/run-insights.ts:821](https://github.com/ctrf-io/ctrf-core-js/blob/main/src/methods/run-insights.ts#L821)
11+
Defined in: [src/methods/run-insights.ts:823](https://github.com/ctrf-io/ctrf-core-js/blob/main/src/methods/run-insights.ts#L823)
1212

1313
## Parameters
1414

docs/functions/mergeReports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**CTRF v0.0.14**](../README.md)
1+
[**CTRF v0.0.15**](../README.md)
22

33
***
44

docs/functions/readReportFromFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**CTRF v0.0.14**](../README.md)
1+
[**CTRF v0.0.15**](../README.md)
22

33
***
44

docs/functions/readReportsFromDirectory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**CTRF v0.0.14**](../README.md)
1+
[**CTRF v0.0.15**](../README.md)
22

33
***
44

docs/functions/readReportsFromGlobPattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**CTRF v0.0.14**](../README.md)
1+
[**CTRF v0.0.15**](../README.md)
22

33
***
44

docs/functions/sortReportsByTimestamp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**CTRF v0.0.14**](../README.md)
1+
[**CTRF v0.0.15**](../README.md)
22

33
***
44

docs/functions/storePreviousResults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**CTRF v0.0.14**](../README.md)
1+
[**CTRF v0.0.15**](../README.md)
22

33
***
44

docs/interfaces/Attachment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**CTRF v0.0.14**](../README.md)
1+
[**CTRF v0.0.15**](../README.md)
22

33
***
44

0 commit comments

Comments
 (0)