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

In continuation of #103

I understand there are a few moving parts here and that this may not be entirely an issue with `ember-cli-code-coverage` specifically, but wanted to bring this integration issue up at...

Added the ability to pass the value of the API from the client application instead of using `write-coverage` always [as discussed](https://github.com/kategengler/ember-cli-code-coverage/issues/147#issuecomment-1302348256). The default will be set to `write-coverage` just in...

The use case I had for this is making integration specs (which are using Capybara) collect and report frontend app coverage. With the current addon approach, it's totally possible to...

If you do not include `-s` coverage is not produced. It appears to work on a new embroider app so not sure how to give a reproducible example. There has...

Now that this is a V2 addon, you are unable to test unreleased changes in master by including it in an application. Please implement the work flow https://github.com/bgantzler/ember-mirage/blob/main/.github/workflows/push-dist.yml. With this...

**Problem:** --- With the new support for template imports in ember via [ember-template-imports](https://github.com/ember-template-imports/ember-template-imports), the component files with inlined templates have `.gjs` / `.gts` extensions in source which ultimately transpiles to...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.2. Changelog Sourced from vite's changelog. 4.5.2 (2024-01-19) fix: fs deny for case insensitive systems (#15653) (eeec23b), closes #15653 4.5.1 (2023-12-04) fix: backport #15223, proxy...

dependencies

We should fix these tests and update the snapshot accordingly.

Ember: 3.28.6 ember-cli-code-coverage: 2.0.0 ember-cli-mirage: 2.3.2 ember-qunit: 6.2.0 qunit: 2.19.4 Testem: 3.10.1 Project type: classic project using ember-cli-build.js Node version: 16.13.0 OS: Mac OSX Ventura 13.2.1 Good afternoon, I have...