Skip to content

Commit

Permalink
Merge pull request #351 from NibiruChain/develop
Browse files Browse the repository at this point in the history
chore: develop -> main
  • Loading branch information
cgilbe27 authored May 13, 2024
2 parents 7324741 + c7b1150 commit f971805
Show file tree
Hide file tree
Showing 36 changed files with 585 additions and 1,048 deletions.
8 changes: 0 additions & 8 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ const config: Config = {
],
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
coverageReporters: ["json-summary", "text", "html", "lcov"],
coverageThreshold: {
global: {
branches: 70,
functions: 70,
lines: 70,
statements: 70,
},
},
globals: {
window: {
location: {},
Expand Down
Loading

1 comment on commit f971805

@github-actions
Copy link

Choose a reason for hiding this comment

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

Lines Statements Branches Functions
Coverage: 88%
90.29% (1014/1123) 72.2% (304/421) 76.48% (244/319)

Please sign in to comment.