Skip to content

Commit

Permalink
feat: Emit metrics (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Jul 11, 2023
1 parent e0c6220 commit 1a17e1b
Show file tree
Hide file tree
Showing 7 changed files with 1,008 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default {
],
coverageThreshold: {
global: {
lines: 90.88,
statements: 90.88,
lines: 91.12,
statements: 91.12,
branches: 94.13,
functions: 89.79,
},
Expand Down
Loading

0 comments on commit 1a17e1b

Please sign in to comment.