Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Coveralls: Upload all coverage to coveralls. #29

Open
1 of 6 tasks
ryan-roemer opened this issue Jul 26, 2015 · 0 comments
Open
1 of 6 tasks

Coveralls: Upload all coverage to coveralls. #29

ryan-roemer opened this issue Jul 26, 2015 · 0 comments

Comments

@ryan-roemer
Copy link
Member

  • Hook up Coveralls account
  • Add to Travis YML
  • Track that coverage is generated by
    • Client
    • Server
    • Func

Basically like: https://github.com/FormidableLabs/full-stack-testing/blob/master/.travis.yml#L29-L33

  # Manually send coverage reports to coveralls.
  # - Aggregate client results
  # - Single server and func test results
  - ls coverage/client/*/lcov.info coverage/{server,func}/lcov.info | cat
  - cat coverage/client/*/lcov.info coverage/{server,func}/lcov.info | node_modules/.bin/coveralls || echo "Coveralls upload failed"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant