ember-cli-code-coverage icon indicating copy to clipboard operation
ember-cli-code-coverage copied to clipboard

Code coverage for ember apps using Istanbul

Results 48 ember-cli-code-coverage issues
Sort by recently updated
recently updated
newest added

Right here ember-cli-code-coverage skips calling `modifyAssetLocation` if the path starts with `..` because it assumes it is correct by manner of being in a monorepo. https://github.com/ember-cli-code-coverage/ember-cli-code-coverage/blob/master/packages/ember-cli-code-coverage/lib/attach-middleware.js#L107-L109 A little bold to...

Hi, our last cyber security scan resulted in a high risk being detected regarding the **expressjs/express** dependency that is used within this project. Can you update the reference and use...

I've recently found that using the `@tracked` decorator is causing coverage issues. The odd thing is our project has many files containing `@tracked`, and yet only one particular file seems...

This is a PR to address the concerns called out in issue https://github.com/ember-cli-code-coverage/ember-cli-code-coverage/issues/422

From: https://github.com/ember-cli-code-coverage/ember-cli-code-coverage/issues/420#issuecomment-2332270042 In reviewing comments from @kategengler here https://github.com/ember-cli-code-coverage/ember-cli-code-coverage/issues/380#issuecomment-1793077046, I have experimented and found the below interim solution. --- The README should reflect the below interim solution while this issue...

Hi, We have version 1.0.3 in big monorepo and its working fine. Our setup is simple, we have this package as devDep in some packages that opted for code coverage...

Have tested numerous times and coverage is never written when I do `ember t`, it is only written when I do `ember t -s`. This doesnt play well with the...

I'm using codeclimate for my OSS projects. And for that to work, the code-coverage must be relative to repo-root, instead of project-root. This was easy done with the `vitest` project...