mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Merge pull request #5724 from ErisDS/coverage-fix
Update coverage path for travis
This commit is contained in:
commit
0d7a068b09
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ after_success:
|
|||
echo "Generate coverage..."
|
||||
grunt coverage
|
||||
npm install -g codeclimate-test-reporter
|
||||
codeclimate-test-reporter < core/test/coverage/lcov.info
|
||||
codeclimate-test-reporter < core/test/coverage/unit/lcov.info
|
||||
else
|
||||
echo "False DB and NODE_VERSION. No coverage generated."
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue