Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Aug 8, 2023
1 parent 3510a22 commit 1d33eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/support/metricsFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export function filterMetrics(json, metricPaths) {
result
);
} else {
let branch = get(json, branchPath);
let branchPath = path.slice(0, Math.max(0, firstWildcard));
if (branchPath.endsWith('.')) branchPath = branchPath.slice(0, -1);

Expand Down

0 comments on commit 1d33eb5

Please sign in to comment.