bcoe / bcoe/c8

Crash when using `c8 node --test`

Open
#432 6 comments 2 reactions 0 assignees View on GitHub
bug needs more info p2
Dominant language
JavaScript
Stars
2.1k
Forks
99
PR merge metrics
No merged PRs in 30d

Description

* **Version**: 7.12.0
* **Platform**: Node.js v18.12.1

Running `node --test` works fine. Running `c8 node tests/*.test.js` works fine too. However, running `c8 node --test` causes a segmentation fault.

```sh
$ c8 node --test
----------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------|---------|----------|---------|---------|-------------------
All files | 0 | 0 | 0 | 0 |
----------|---------|----------|---------|---------|-------------------
[1] 71112 segmentation fault (core dumped) c8 node --test
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.