I'm having trouble getting coverage in engines to work. This is specific to a private repo, but I've tried running coverage in this repo without success.
Steps to reproduce:
cd test/fixtures/my-app-with-in-repo-engine/
COVERAGE=true ember test
cd ../../..
vim coverage/coverage-summary.json
This will show that there are a total of 0 lines in the report although all of the tests have been run.
There is an active PR that seems related to this:
Some past issues that seem related:
As a followup for my specific scenario: my app/ folder and /lib folder (lib contains all my engines) are on the same level. When I move the lib folder into the app folder, coverage works fine
I'm having trouble getting coverage in engines to work. This is specific to a private repo, but I've tried running coverage in this repo without success.
Steps to reproduce:
This will show that there are a total of 0 lines in the report although all of the tests have been run.
There is an active PR that seems related to this:
Some past issues that seem related:
As a followup for my specific scenario: my
app/folder and/libfolder (lib contains all my engines) are on the same level. When I move the lib folder into the app folder, coverage works fine