You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was tying to create my own project generator. Everything works fine except for the sending data to coveralls.io.
That is, executing jest --coverage always produced a lcov.info with value of absoulte path 'SF:../../home/travis/build/koonfoon/generator-vscode-typescript-jest/generators/app/index.js\n' at the beginning of the file. Which I think wouldn't work with coveralls.io
And I mean always, even in Travis CI (here is the build, executed jest with verbose option). Here is my GitHub repo. How to make it produce relative path instead.
Please advise. Thank you.
The text was updated successfully, but these errors were encountered:
I was tying to create my own project generator. Everything works fine except for the sending data to coveralls.io.
That is, executing
jest --coverage
always produced alcov.info
with value of absoulte path'SF:../../home/travis/build/koonfoon/generator-vscode-typescript-jest/generators/app/index.js\n'
at the beginning of the file. Which I think wouldn't work with coveralls.ioAnd I mean always, even in Travis CI (here is the build, executed jest with verbose option). Here is my GitHub repo. How to make it produce relative path instead.
Please advise. Thank you.
The text was updated successfully, but these errors were encountered: