Ts-jest: Allow customization of remapped output path

Created on 13 Nov 2016  路  6Comments  路  Source: kulshekhar/ts-jest

It would be great if we could optionally change the path of the remapped output.
Would be nice also to be able to delete the original, unremapped coverage.

Enhancement

Most helpful comment

@rfgamaral, I'm very sorry - but right now I'm very busy with my main work and can't spent a lot of time to this one. I'll definitely will go trough all issues in this repo later, may be in two week or month. Sorry for such a big delay...

All 6 comments

It's reasonable. We'll try to implement as fast as possible.

I second this and I'm going one step further... Use the settings from Jest configuration. For instance, I have this:

"coverageDirectory": "build/coverage/",
"coverageReporters": [
    "html",
    "text-summary"
],

I'd expect to have my coverage on the folder specified and only html coverage generated and a text summary after running the tests. Currently a "remapped" folder is used and also a coverage.json and lcov.info files are also generated.

Hopefully this gets implemented soon :)

@Igmat Any progress on this?

@rfgamaral, I'm very sorry - but right now I'm very busy with my main work and can't spent a lot of time to this one. I'll definitely will go trough all issues in this repo later, may be in two week or month. Sorry for such a big delay...

@Igmat It's understandable, we all have day jobs :) Thanks for replying back.

Coverage is no longer handled by ts-jest (see #200)

If this issue isn't addressed AND if you think the fix needs to be in ts-jest, feel free to either open a new issue or leave a comment here to reopen this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stephenotalora picture stephenotalora  路  3Comments

japhar81 picture japhar81  路  3Comments

mikeyakymenko picture mikeyakymenko  路  3Comments

masters3d picture masters3d  路  4Comments

GeeWee picture GeeWee  路  4Comments