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

Functional test code coverage is broken #3100

Closed
yatki opened this issue Mar 18, 2019 · 0 comments · Fixed by #3101
Closed

Functional test code coverage is broken #3100

yatki opened this issue Mar 18, 2019 · 0 comments · Fixed by #3101

Comments

@yatki
Copy link
Contributor

yatki commented Mar 18, 2019

Expected behavior

Code coverage must be provided after running functional tests

Actual behavior

Code coverage report is empty at the moment.

Steps to reproduce

  1. NODE_ENV=test node src/index.js
  2. Run functional tests.
  3. Run commands below:
curl --silent http://localhost:4000/coverage/download --output functional-coverage.zip
unzip functional-coverage.zip lcov.info -d functional/

lcov.info is empty

Which version(s) does this affect? (Environment, OS, etc...)

1.6.0+

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

Successfully merging a pull request may close this issue.

1 participant