Closed rolandgriesser closed 6 years ago
Merging #93 into develop will decrease coverage by
1.1%
. The diff coverage is61.22%
.
@@ Coverage Diff @@
## develop #93 +/- ##
==========================================
- Coverage 97% 95.9% -1.11%
==========================================
Files 67 69 +2
Lines 1537 1586 +49
Branches 54 55 +1
==========================================
+ Hits 1491 1521 +30
- Misses 46 65 +19
Impacted Files | Coverage Δ | |
---|---|---|
bitmovin/analytics/index.ts | 100% <100%> (ø) |
:arrow_up: |
bitmovin/analytics/metricQueryBuilder.ts | 45.16% <45.16%> (ø) |
|
bitmovin/analytics/metricQueries.ts | 84.61% <84.61%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3286035...2047d33. Read the comment docs.
Added
analytics.metrics
andanalytics.metrics.builder
to be able to query the new API endpoint atanalytics/metrics/{metric}
.