The new API doesn't seem to work with ember-cli-code-coverage
See original GitHub issueThe new api doesn’t seem to work with the latest ember-cli-code-coverage@2.0.0-beta.4
when running with COVERAGE=true
. See this issue I just filed: https://github.com/kategengler/ember-cli-code-coverage/issues/361
I suspect this is an issue with the code coverage addon and not this one, but I thought it might be useful to mention here in case others are stumbling into this.
Btw, the new api is really nice. 🚀 Thanks!
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Issues · kategengler/ember-cli-code-coverage - GitHub
Contribute to kategengler/ember-cli-code-coverage development by creating an account on GitHub. ... Seems to break when using the ember-concurrency new api.
Read more >How to configure and run the ember-cli-code-coverage ...
I'm trying to get this working using versions: Ember.js 2.6.0; ember-cli-code-coverage 0.2.2; Windows 10. ember ...
Read more >ember-cli-code-coverage | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >How to Use an API: Just the Basics 2022 | TechnologyAdvice
Ever wonder what an API is or how to use one? APIs allow one program to request data from another. Learn more about...
Read more >Resolve connection issues with API Gateway private ... - AWS
The private API endpoint's invoke URL doesn't include the correct ... that indicates the cause of the error appears in your execution logs....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed in 2.3.6
@mayatron can you try changing your ember-concurrency in package.json to “https://github.com/machty/ember-concurrency.git#maybe-fix-code-coverage”? Trying to see whether #490 fixes the issue.