- #263 Remove deprecated istanbul-api package. (@rwjblue)
- #261 Replace
extend
package withObject.assign
(@rwjblue) - #259 Remove lodash.concat dependency (@rwjblue)
- #258 Remove RSVP dependency. (@rwjblue)
- #255 Update dependencies to latest (@rwjblue)
- #262 Fix issue with coverage report. (@rwjblue)
- #260 Ensure coverage build is parallelizable (@rwjblue)
- #257 Remove unused babel-plugin-transform-async-to-generator package (@rwjblue)
- #248 test cases fail with --path option in 1.0.0-beta.8 version (@abishek-srinivasan)
- #251 fix
InvalidStateError
exception (@brokenalarms)
- #282 Use
.includes()
instead of.indexOf()
(@Turbo87) - #281 Simplify
_isCoverageEnabled()
method (@Turbo87) - #280 Remove unused
_parentName()
method (@Turbo87) - #279 tests: Use async/await (@Turbo87)
- #278 mocha: Remove unnecessary Babel integration (@Turbo87)
- #277 Use shorthand methods and named functions (@Turbo87)
- #274 Use Prettier for code formatting (@Turbo87)
- #276 Use GitHub Actions for CI/CD (@Turbo87)
- #272 Fix
node-tests
(@Turbo87) - #256 Remove
co
usage (@rwjblue) - #254 Migrate to more modern linting setup. (@rwjblue)
- #253 Update release process (@rwjblue)
- #249 Update to 3.16 ember-cli blueprint (@rajasegar)
- Daniel (@brokenalarms)
- Rajasegar Chandran (@rajasegar)
- Robert Jackson (@rwjblue)
- Tobias Bieniek (@Turbo87)
- @tomichal
- abishek-srinivasan (@abishek-srinivasan)
- #206 fix build issues. (@adamjmcgrath)
- Adam Mcgrath (adamjmcgrath)
- #199 fix: handle babel 7 absolute paths. (@adamjmcgrath)
- Adam Mcgrath (adamjmcgrath)
- Alex Kanunnikov (lifeart)
- Sivasubramanyam A (astronomersiva)
- #194 Update babel-plugin-istanbul. (@rwwagner90)
- #192 Do not publish coverage, tests, or .idea to npm. (@rwwagner90)
- Robert Wagner (rwwagner90)
- #190 Update to Ember 3.4, dropping support for Node 4. (@rwwagner90)
- #186 upgrade istanbul-api to 2.0.1. (@lennyburdette)
- #188 Filter out in-repo addons that could not be found. (@jamescdavis)
- #182 Fix fileLookup is null in testemMiddleware. (@Gaurav0)
- #191 Bump deps. (@rwwagner90)
- Gaurav Munjal (Gaurav0)
- James C. Davis (jamescdavis)
- Lenny Burdette (lennyburdette)
- Robert Wagner (rwwagner90)
- #179 Removing unused dependency exists-sync which fixes the deprecation warning from ember-cli. (@selvaa89)
- #164 Use the parent registry for determining JS extensions. (@dfreeman)
- #169 Update babel-plugin-istanbul. (@charlesdemers)
- #163 Remove merge-coverage and explicit parallel option. (@adamjmcgrath)
- #166 Revert "Remove merge-coverage and explicit parallel option (#163)". (@adamjmcgrath)
- Adam Mcgrath (adamjmcgrath)
- Charles Demers (charlesdemers)
- Dan Freeman (dfreeman)
- Selvaraj Antonyraj (selvaa89)
- #162 Add tests for in-repo engines. (@rwwagner90)
- #160 Support for addon-test-support. (@rwwagner90)
- Robert Wagner (rwwagner90)
- #158 Add in-repo addon support and tests. (@rwwagner90)
- #156 Make fixtures external. (@rwwagner90)
- Adam Mcgrath (adamjmcgrath)
- Robert Wagner (rwwagner90)
- #153 Add back "Avoid throwing errors while requiring files for coverage" #64. (@adamjmcgrath)
- #157 Setup travis ci to release on pushed tag, add lerna-changelog. (@kategengler)
- #155 Upgrade deps. (@kategengler)
- Adam Mcgrath (adamjmcgrath)
- Katie Gengler (kategengler)
- #145 [WIP] Refactor to use babel-plugin-istanbul cont. by adamjmcgrath
- #141 [WIP] Refactor to use babel-plugin-istanbul by rwjblue
Merged pull requests:
- Fixes the hanging issue of #88 #90 (ming-codes)
v0.4.1 (2017-06-27)
v0.4.0 (2017-06-27)
Closed issues:
- Enabling coverage with enabled Babel plugin fails #123
- ember coverage-merge does not merge the coverage report generated from different test type say unit and functional? #122
- Running with
COVERAGE=true
generates additional tests that fail #114 - Plugin fails with ember-cli 2.13 and useBabelInstrumenter: true #111
- Parsing async/await crashes #108
- Coverage failing with version 0.3.6 and up #75
Merged pull requests:
- [Fixes #111] Update dependencies, get babel instrumenter working #115 (paulcwatts)
- Improve ES7 error message #109 (sukima)
v0.3.12 (2017-04-08)
Closed issues:
- Cannot parse async/await #106
- Produce coverage report if environment variable COVERAGE is set to true before running
ember test
#104 - readable/accurate template reports with Glimmer2? #96
- Question: option to fail a build if coverage result is below a given percentage? #95
- CI hangs when updating 0.3.8 => 0.3.9 #88
- new error in 0.3.7 #65
- Work with ember test --server, not with ember test #57
- How to view coverage files? #44
- Use
configPath
instead of hard-coded "config" #42
Merged pull requests:
- Fixes #42 use configPath instead of hard-coded config #100 (eddie-ruva)
v0.3.11 (2017-01-19)
Closed issues:
- ember-test never terminates with COVERAGE=true #81
Merged pull requests:
- Move
rsvp
package todependencies
#94 (samtsai) - Add test for parallel configuration and coverage-merge command. #92 (jdenly)
v0.3.10 (2017-01-05)
Closed issues:
- What is the best way to wdio or selenium test on the instrumented code and the coveragae result #84
- [Q]: What is the best way to integrate ember-cli-code-coverage with ember-exam #80
- "Error: request aborted" on >= v0.3.0 #39
Merged pull requests:
- Use synchronous control flow when making synchronous requests #87 (DingoEatingFuzz)
- Add coverage-merge command and parallel configuration #83 (jdenly)
v0.3.9 (2016-12-22)
Closed issues:
- Excludes options for config/converage.js doesn't seem to work #78
- conflict with yadda require() #66
- The coverage summary json is missing a '}' in the end #47
Merged pull requests:
- Fix phantomjs
request aborted
edge case #82 (jesseditson)
v0.3.8 (2016-11-07)
Closed issues:
Merged pull requests:
- Restrict branches for builds, use preinstalled Chrome #74 (rwwagner90)
- Set sync to true, to make nested files work #72 (rwwagner90)
- Refactor add-on renaming #68 (rwwagner90)
- ESLint #61 (rwwagner90)
v0.3.7 (2016-11-02)
Closed issues:
- Issue with ember-page-object #63
Merged pull requests:
v0.3.6 (2016-11-01)
Closed issues:
- Does not include untested files #20
Merged pull requests:
- Factor in unused/unrequired files in to coverage % #62 (kategengler)
v0.3.5 (2016-10-31)
Closed issues:
- Addon Support: Properly name files in
lcov.info
#36
Merged pull requests:
- Update README.md with Pretender example. #60 (HallDJack)
- Add ability to pass addonName and fix paths #58 (rwwagner90)
- Cosmetics for docs, renamed function name and parameter name #54 (nfc036)
v0.3.4 (2016-10-10)
Closed issues:
- Missing coverage information in top-level addons in 0.3.3. #53
Merged pull requests:
v0.3.3 (2016-10-07)
Closed issues:
- Addon support: no coverage for addon files on Windows #48
- No coverage when addon and package name don't match #45
- Mocha phantom addon coverage issue in master causing a global error. #32
Merged pull requests:
- Use posix paths for dealing with modules. #50 (rwjblue)
- Handle addons with different package names #46 (dfreeman)
v0.3.2 (2016-09-19)
Closed issues:
Merged pull requests:
- Fix hang when running in PhantomJS. #43 (dfreeman)
- add Windows notes #38 (kellyselden)
v0.3.1 (2016-09-15)
Closed issues:
- Add code coverage #34
Merged pull requests:
- Remove stray console.log #35 (arjansingh)
v0.3.0 (2016-09-14)
Closed issues:
- does not work with addons #26
- Does not appear to work with decorators #25
- No Coverage generated got following error #21
- Support Addon Coverage #14
Merged pull requests:
- Support Addon Coverage #31 (rwjblue)
- Processed addon js files #30 (EWhite613)
- Avoid requiring jQuery for sending the coverage report back. #24 (rwjblue)
- Try catch around instrumenter. So it spits out a clearer error #22 (EWhite613)
v0.2.2 (2016-06-30)
Closed issues:
- Enabling useBabelInstrumenter results in "Unknown option: direct.includePolyfill" error #18
- Should .hbs files be taken into account? #17
Merged pull requests:
v0.2.1 (2016-06-22)
Closed issues:
- Coverage is against transpiled ES5 Code #12
Merged pull requests:
- Update ember-cli-release to allow easier releasing. #16 (rwjblue)
- Report Correct Line Numbers for esnext #15 (sandersky)
v0.2.0 (2016-06-21)
Closed issues:
- paths in "lcov.info" don't relate to project setup #8
- files from addons bleed into coverage results #7
- Change config file name? #4
Merged pull requests:
- Filter out files from addons, fix file paths, and rename config file #11 (sandersky)
- Add ember-cli-mirage min version to README.md #3 (benoror)
v0.1.2 (2016-05-15)
Closed issues:
Merged pull requests:
v0.1.1 (2016-05-05)
v0.1.0 (2016-05-03)
v0.0.1 (2016-05-03)
* This Change Log was automatically generated by github_changelog_generator