Skip to content

Commit

Permalink
chore: change telemetry provider (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatomyr authored Feb 18, 2025
1 parent df60f96 commit ff0e2bf
Show file tree
Hide file tree
Showing 5 changed files with 627 additions and 24 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
},
'packages/cli/': {
statements: 64,
branches: 52,
branches: 51,
functions: 63,
lines: 64,
},
Expand Down
Loading

1 comment on commit ff0e2bf

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 78.12% 5162/6608
🟡 Branches 66.87% 2081/3112
🟡 Functions 72.9% 850/1166
🟡 Lines 78.35% 4871/6217

Test suite run success

857 tests passing in 123 suites.

Report generated by 🧪jest coverage report action from ff0e2bf

Please sign in to comment.