Skip to content

Conversation

@michielmulders
Copy link

It's not clear you have to define the csv path from the root of your project.
Please add this to the documentation.

It's not clear you have to define the csv path from the root of your project.
Please add this to the documentation.
@coveralls
Copy link

coveralls commented Aug 16, 2018

Pull Request Test Coverage Report for Build 183

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage remained the same at 95.12%

Files with Coverage Reduction New Missed Lines %
src/util.ts 1 33.33%
Totals Coverage Status
Change from base Build 182: 0.0%
Covered Lines: 640
Relevant Lines: 656

💛 - Coveralls

@Keyang
Copy link
Owner

Keyang commented Nov 15, 2018

The relative file path is relative to your current working directory of your process.
Thus it is not really related to your project folder if you do not start your node.js process from your project folder. e.g.

cd /root
node /opt/mynodeapp/index.js

In example above, the cwd will be /root and the filepath are all related to /root
~Keyang

@Keyang Keyang closed this Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants