Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gulp unittest --coverage argument #4075

Merged
merged 1 commit into from
Mar 25, 2017

Conversation

simonbrunel
Copy link
Member

@simonbrunel simonbrunel commented Mar 25, 2017

Coverage data are now generated by running gulp unittest with the --coverage argument: unit tests are now executed a single time on Travis. The gulp coverage task has been removed and karma.coverage.conf.ci.js merged into karma.conf.ci.js.

Update documentation with gulp commands (and remove them from README.md) and remove unused config.jshintrc (oversight from #3256). Delete thankyou.md which has been merged into README.md.

Coverage data are now generated by running `gulp unittest` with the `--coverage` argument: unit tests are now executed a single time on Travis. The gulp `coverage` task has been removed and `karma.coverage.conf.ci.js` merged into `karma.conf.ci.js`.

Update documentation with gulp commands (and remove them from `README.md`) and remove unused `config.jshintrc` (oversight from chartjs#3256). Delete `thankyou.md` which has been merged into `README.md`.
@simonbrunel simonbrunel merged commit e3f3b89 into chartjs:master Mar 25, 2017
@simonbrunel simonbrunel deleted the test-coverage branch March 25, 2017 17:26
ericnkatz pushed a commit to ericnkatz/Chart.js that referenced this pull request May 24, 2017
Coverage data are now generated by running `gulp unittest` with the `--coverage` argument: unit tests are then executed a single time on Travis. The gulp `coverage` task has been removed and `karma.coverage.conf.ci.js` merged into `karma.conf.ci.js`.

Update documentation with gulp commands (and remove them from `README.md`) and remove unused `config.jshintrc` (oversight from chartjs#3256). Delete `thankyou.md` which has been merged into `README.md`.
roicos pushed a commit to roicos/Chart.js that referenced this pull request Aug 21, 2017
Coverage data are now generated by running `gulp unittest` with the `--coverage` argument: unit tests are then executed a single time on Travis. The gulp `coverage` task has been removed and `karma.coverage.conf.ci.js` merged into `karma.conf.ci.js`.

Update documentation with gulp commands (and remove them from `README.md`) and remove unused `config.jshintrc` (oversight from chartjs#3256). Delete `thankyou.md` which has been merged into `README.md`.
exwm pushed a commit to exwm/Chart.js that referenced this pull request Apr 30, 2021
Coverage data are now generated by running `gulp unittest` with the `--coverage` argument: unit tests are then executed a single time on Travis. The gulp `coverage` task has been removed and `karma.coverage.conf.ci.js` merged into `karma.conf.ci.js`.

Update documentation with gulp commands (and remove them from `README.md`) and remove unused `config.jshintrc` (oversight from chartjs#3256). Delete `thankyou.md` which has been merged into `README.md`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants