Skip to content

Commit

Permalink
Merge pull request #2 from tabkram/execution-timer
Browse files Browse the repository at this point in the history
feat: add execution timer to index
  • Loading branch information
tabkram committed Nov 24, 2023
2 parents 757da36 + 511eab2 commit f0459fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './engine/executionEngine';
export * from './trace/trace.model';
export * from './trace/traceableExecution';
export * from './timer/executionTimer'

1 comment on commit f0459fa

@github-actions
Copy link

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 64.19% 147/229
🔴 Branches 59.88% 103/172
🟡 Functions 67.19% 43/64
🟡 Lines 65.02% 145/223

Test suite run success

24 tests passing in 4 suites.

Report generated by 🧪jest coverage report action from f0459fa

Please sign in to comment.