Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Added options to specify repetitions #263

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Brimstedt
Copy link

If you want to really scale your tests and repeat them many times. Im not particularily happy with the implementation (putting all extra runs on the queue), but it seemed it would take quite a bit of changes to impose a repeat count the test class.

@CLAassistant
Copy link

CLAassistant commented Sep 25, 2018

CLA assistant check
All committers have signed the CLA.

@codecov-io
Copy link

codecov-io commented Sep 25, 2018

Codecov Report

Merging #263 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #263      +/-   ##
=========================================
+ Coverage   97.29%   97.3%   +0.01%     
=========================================
  Files          31      31              
  Lines         960     964       +4     
=========================================
+ Hits          934     938       +4     
  Misses         26      26
Impacted Files Coverage Δ
src/help.js 100% <ø> (ø) ⬆️
src/settings.js 89.65% <ø> (ø) ⬆️
src/test.js 100% <100%> (ø) ⬆️
src/test_runner.js 97.95% <100%> (+0.02%) ⬆️
src/cli.js 94.94% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed01e8d...fcac380. Read the comment docs.

@codecov-commenter
Copy link

Codecov Report

Merging #263 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #263      +/-   ##
==========================================
+ Coverage   97.29%   97.30%   +0.01%     
==========================================
  Files          31       31              
  Lines         960      964       +4     
==========================================
+ Hits          934      938       +4     
  Misses         26       26              
Impacted Files Coverage Δ
src/cli.js 94.94% <ø> (ø)
src/help.js 100.00% <ø> (ø)
src/settings.js 89.65% <ø> (ø)
src/test.js 100.00% <100.00%> (ø)
src/test_runner.js 97.95% <100.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed01e8d...fcac380. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants