Skip to content

Commit

Permalink
Template application deploy #7400980808
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Jan 3, 2024
1 parent 2a5dbf1 commit 8ac0b0a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"__mocks__/styleMock.js",
".next/types/**/*.ts",
"src/types/**/*.d.ts"
"scripts/**/*",
"src/**/*",
"stories/**/*",
"tests/**/*",
"__mocks__/**/*",
".storybook/**/*",
".next/types/**/*.ts"
],
"exclude": ["node_modules"]
}

1 comment on commit 8ac0b0a

@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 for app

St.
Category Percentage Covered / Total
🟡 Statements 76.54% 62/81
🟡 Branches 64.29% 9/14
🟡 Functions 71.43% 10/14
🟡 Lines 75% 54/72

Test suite run success

7 tests passing in 3 suites.

Report generated by 🧪jest coverage report action from 8ac0b0a

Please sign in to comment.