-
Notifications
You must be signed in to change notification settings - Fork 97
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
doc: add details about running tests locally in CONTRIBUTING.md #655
Conversation
ts-node -p ./scripts ./scripts/index.ts npm-compile-all init-test-fixtures | ||
|
||
# Option 2 | ||
npm run script npm-compile-all init-test-fixtures |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
||
# Option 3 | ||
npm run compile-all | ||
npm run script init-test-fixtures |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
||
```bash | ||
npm install | ||
GCLOUD_TRACE_NEW_CONTEXT=1 npm run script npm-compile-all init-test-fixtures run-unit-tests |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #655 +/- ##
==========================================
+ Coverage 95.51% 96.06% +0.55%
==========================================
Files 31 31
Lines 1627 1627
Branches 293 293
==========================================
+ Hits 1554 1563 +9
+ Misses 73 64 -9
Continue to review full report at Codecov.
|
No description provided.