This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
forked from ember-cli-code-coverage/ember-cli-code-coverage
-
Notifications
You must be signed in to change notification settings - Fork 0
Upstream #1
Open
josex2r
wants to merge
94
commits into
master
Choose a base branch
from
upstream
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…th parallel testing.
The onload event for XHRs does not fire when the XHR is synchronous. This was causing the callback to never be called and the test suite to hang indefinitely.
…ndle-synchronous-requests-synchronously Use synchronous control flow when making synchronous requests
…ag-coverage-merge Add coverage-merge command and parallel configuration
…rge-test Add test for parallel configuration and coverage-merge command.
…sing-rsvp Move `rsvp` package to `dependencies`
Fixes ember-cli-code-coverage#42 use configPath instead of hard-coded config
This messaging was confusing to me so I took a stab at clarifying the intent.
…ch-1 Improve ES7 error message
…strumenter working (ember-cli-code-coverage#115) babel 6 fix
…ode-coverage into add-mocha-support
[Fixes ember-cli-code-coverage#111] Update dependencies, get babel instrumenter working (ember-cli-code-coverage#115) babel 6 fix
…ode-coverage into add-mocha-support
…-not-throw Add back "Avoid throwing errors while requiring files for coverage" ember-cli-code-coverage#64
…grade-deps Upgrade deps
- Documented in RELEASE.md
…lease-process Setup travis ci to release on pushed tag, add lerna-changelog
[ci skip]
* Start moving test files to separate addon * First pass at ember-cli-addon-tests * Fix test * Remove addon test, fix lint * Remove treeFor * Try sudo required * Remove no sandbox * Drop node 4 from travis, use npm instead of yarn * Add 8 * Add filter * Add testem.js to fixtures * Add eslint * Remove eslint plugins
* Start in-repo addon tests * Update per Adam's suggestion * Fix import paths * fix babel-plugin-istanbul caching issue (ember-cli-code-coverage#159) * fix babel-plugin-istanbul caching issue * - Refactor instrumentation logic given `babel-plugin-istanbul` constraints - Fix Unit tests * Update app-coverage-test.js * Update in-repo-addon-coverage-test.js * Try setting path to process.cwd * Fix tests to workaround tomdale/ember-cli-addon-tests#176
* Start on support for addon-test-support * Remove only so all tests run * Try adding test-support prefix * Ensure addon-test-support coverage
* First attempt at in-repo-engine * Fix engine coverage test * Fix lint
…verage#163) * Remove merge-coverage and explicit parallel option * fix lint * Update README.md Describe how parallel works
josex2r
requested review from
shokmaster,
adrigzr,
beatrizdemiguelperez,
etarancon and
xe21500
February 26, 2018 09:23
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade #master from upstream