Skip to content

Commit

Permalink
Merge pull request #613 from aws-amplify/main
Browse files Browse the repository at this point in the history
Release codegen
  • Loading branch information
dpilch authored Jun 29, 2023
2 parents ca3ee1a + 852b7b2 commit f83f3ff
Show file tree
Hide file tree
Showing 8 changed files with 782 additions and 20 deletions.
7 changes: 7 additions & 0 deletions packages/amplify-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
},
"jest": {
"collectCoverage": true,
"coverageThreshold": {
"global": {
"branches": 56,
"functions": 68,
"lines": 73
}
},
"testURL": "http://localhost",
"testRegex": "((\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
Expand Down
9 changes: 8 additions & 1 deletion packages/appsync-modelgen-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@graphql-codegen/testing": "^1.17.7",
"@graphql-codegen/typescript": "^2.8.3",
"graphql": "^15.5.0",
"java-ast": "^0.1.0",
"java-ast": "^0.3.0",
"ts-json-schema-generator": "1.0.0"
},
"peerDependencies": {
Expand All @@ -62,6 +62,13 @@
"collectCoverageFrom": [
"src/**/*.ts"
],
"coverageThreshold": {
"global": {
"branches": 80,
"functions": 80,
"lines": 80
}
},
"testRegex": "(src/__tests__/.*.test.ts)$",
"globals": {
"ts-jest": {
Expand Down
Loading

0 comments on commit f83f3ff

Please sign in to comment.