Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

istanbul will lose the line info when error happend #259

Closed
dead-horse opened this issue Mar 6, 2014 · 4 comments
Closed

istanbul will lose the line info when error happend #259

dead-horse opened this issue Mar 6, 2014 · 4 comments

Comments

@dead-horse
Copy link
Member

image

@dead-horse
Copy link
Member Author

add

test-dev: install
    @NODE_ENV=test ./node_modules/mocha/bin/mocha \
        --harmony-generators \
        --reporter $(REPORTER) \
        --timeout $(TIMEOUT) \
        --require should \
        $(MOCHA_OPTS) \
        $(TESTS)

@dead-horse
Copy link
Member Author

seems like every time run make install, istanbul will reinstall.

can not use Semantic Version? still not publish into npm ?

@fengmk2
Copy link
Member

fengmk2 commented Mar 7, 2014

yes, so run test not perinstall
2014年3月7日 AM1:02于 "dead_horse" [email protected]写道:

seems like every time run make install, istanbul will reinstall.

can not use Semantic Version? still not publish into npm ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/259#issuecomment-36910031
.

@fengmk2
Copy link
Member

fengmk2 commented Mar 7, 2014

normal test always no istanbul?

and make cov test use istanbul

test: install
    @NODE_ENV=test ./node_modules/mocha/bin/mocha \
        --harmony-generators \
        --reporter $(REPORTER) \
        --timeout $(TIMEOUT) \
        --require should \
        $(MOCHA_OPTS) \
        $(TESTS)

test-cov:
   istabul test....

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

No branches or pull requests

2 participants