Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor getters and pass resource into call and add codecov #11

Merged
Prev Previous commit
Next Next commit
Update codecov
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
peterzhuamazon committed Sep 27, 2024
commit ba7c76ea40c2116fb3a3187d1d38ff83e0a28e93
2 changes: 0 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -27,5 +27,3 @@ jobs:
run: echo "Please run 'npm run format' before commiting the code!"
- name: Run build
run: npm run build
- name: Run Test
run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"format": "prettier --write src/**/*.ts test/**/*.ts configs/**/*.yml",
"format-dryrun": "prettier --check src/**/*.ts test/**/*.ts configs/**/*.yml",
"lint": "eslint --fix \"src/**/*.ts\" --ignore-pattern \"**/*.d.ts\"",
"test": "jest"
"test": "jest --coverage"
},
"dependencies": {
"@aws-sdk/client-opensearch": "^3.658.1",