Skip to content

Commit f83f3ff

Browse files
author
Dane Pilcher
authored
Merge pull request #613 from aws-amplify/main
Release codegen
2 parents ca3ee1a + 852b7b2 commit f83f3ff

File tree

8 files changed

+782
-20
lines changed

8 files changed

+782
-20
lines changed

packages/amplify-codegen/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@
4444
},
4545
"jest": {
4646
"collectCoverage": true,
47+
"coverageThreshold": {
48+
"global": {
49+
"branches": 56,
50+
"functions": 68,
51+
"lines": 73
52+
}
53+
},
4754
"testURL": "http://localhost",
4855
"testRegex": "((\\.|/)(test|spec))\\.(jsx?|tsx?)$",
4956
"moduleFileExtensions": [

packages/appsync-modelgen-plugin/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@graphql-codegen/testing": "^1.17.7",
4343
"@graphql-codegen/typescript": "^2.8.3",
4444
"graphql": "^15.5.0",
45-
"java-ast": "^0.1.0",
45+
"java-ast": "^0.3.0",
4646
"ts-json-schema-generator": "1.0.0"
4747
},
4848
"peerDependencies": {
@@ -62,6 +62,13 @@
6262
"collectCoverageFrom": [
6363
"src/**/*.ts"
6464
],
65+
"coverageThreshold": {
66+
"global": {
67+
"branches": 80,
68+
"functions": 80,
69+
"lines": 80
70+
}
71+
},
6572
"testRegex": "(src/__tests__/.*.test.ts)$",
6673
"globals": {
6774
"ts-jest": {

0 commit comments

Comments
 (0)