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

[Testing] Add npm run coverage #189

Merged
merged 9 commits into from
Jul 5, 2024
Merged

Conversation

dchege711
Copy link
Owner

On the server-side, we use c8 1 and on the client-side, we use
web-test-runner's inbuilt coverage tool 2.

```shell
added 45 packages, removed 66 packages, changed 23 packages, and audited 1088 packages in 4s

125 packages are looking for funding
  run `npm fund` for details

2 moderate severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
```
…-typescript

Advised by [1]. Result:

```shell
added 6 packages, removed 5 packages, changed 3 packages, and audited 1089 packages in 3s

125 packages are looking for funding
  run `npm fund` for details

2 moderate severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
```

[1]: https://github.com/istanbuljs/nyc?tab=readme-ov-file#typescript-projects
```shell
added 5 packages, removed 105 packages, changed 3 packages, and audited 1018 packages in 3s

131 packages are looking for funding
  run `npm fund` for details

2 moderate severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
```
Copy link

render bot commented Jul 5, 2024

@dchege711
Copy link
Owner Author

Contributes to #70

@dchege711 dchege711 merged commit 19088d7 into main Jul 5, 2024
4 checks passed
@dchege711 dchege711 deleted the user/dchege711/fix-coverage-report branch July 5, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant