FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(testing): add code coverage by jsjoeio · Pull Request #2621 · coder/code-server · GitHub

feat(testing): add code coverage - #2621

Merged
jsjoeio merged 2 commits into
issue-2550-migrate-mocha-jestfrom
issue-2550-add-coverage
Jan 25, 2021
Merged

feat(testing): add code coverage#2621
jsjoeio merged 2 commits into
issue-2550-migrate-mocha-jestfrom
issue-2550-add-coverage

Conversation

jsjoeio commented Jan 22, 2021
edited
Loading

Copy link
Copy Markdown
Contributor

This solution made possible thanks to @code-asher

  • refactor jest setup to play nicely with TS + lib/vscode
  • add code coverage support
  • add code coverage badge in readme

jsjoeio requested a review from code-asher January 22, 2021 17:27
jsjoeio self-assigned this Jan 22, 2021
Comment thread ci/dev/test.sh Outdated
Comment thread lib/vscode/build/tsconfig.json Outdated
Comment thread lib/vscode/build/tsconfig.json Outdated
Comment thread package.json Outdated
Comment thread tsconfig.json
jsjoeio marked this pull request as draft January 22, 2021 17:30
jsjoeio force-pushed the issue-2550-add-coverage branch 3 times, most recently from ea14f81 to 73a8fda Compare January 22, 2021 17:44
Comment thread package.json
"@types/http-proxy": "^1.17.4",
"@types/js-yaml": "^3.12.3",
"@types/node": "^12.12.7",
"@types/node-fetch": "^2.5.7",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Moved to ./test/package.json.

Comment thread tsconfig.json
"tsBuildInfoFile": "./.cache/tsbuildinfo",
"incremental": true,
"typeRoots": ["./node_modules/@types", "./typings"],
"typeRoots": ["./node_modules/@types", "./typings", "./test/node_modules/@types"],

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

jsjoeio marked this pull request as ready for review January 22, 2021 17:45
Comment thread ci/dev/test.sh Outdated
jsjoeio force-pushed the issue-2550-add-coverage branch 2 times, most recently from 7b1b3d5 to d00dc17 Compare January 22, 2021 20:49
jsjoeio force-pushed the issue-2550-add-coverage branch from d00dc17 to 05beccf Compare January 22, 2021 21:18
jsjoeio force-pushed the issue-2550-add-coverage branch from c5b820f to ac127f6 Compare January 25, 2021 18:14

code-asher left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Looks good!

jsjoeio merged commit bdb8b0e into issue-2550-migrate-mocha-jest Jan 25, 2021
jsjoeio deleted the issue-2550-add-coverage branch January 25, 2021 19:34
jsjoeio added the testing Anything related to testing label May 14, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing Anything related to testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL