Level / community

Discussion, support and common information for projects in the community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code coverage (nyc + coveralls)

ralphtheninja opened this issue · comments

  • abstract-leveldown
    • Enabled nyc and coveralls
    • Tests running at 100%
  • codec
    • Enabled nyc and coveralls
    • Tests running at 100%
  • concat-iterator
    • Enabled nyc and coveralls
    • Tests running at 100%
  • deferred-leveldown
    • Enabled nyc and coveralls
    • Tests running at 100%
  • electron-demo
    • Enabled nyc and coveralls
    • Tests running at 100%
  • encoding-down
    • Enabled nyc and coveralls
    • Tests running at 100%
  • errors
    • Enabled nyc and coveralls
    • Tests running at 100%
  • iterator-stream
    • Enabled nyc and coveralls
    • Tests running at 100%
  • level
    • Enabled nyc and coveralls
    • Tests running at 100%
  • leveldown
    • Enabled nyc and coveralls
    • Tests running at 100%
  • leveldown-hyper
    • Enabled nyc and coveralls
    • Tests running at 100%
  • level-hyper
    • Enabled nyc and coveralls
    • Tests running at 100%
  • level-js
    • Enabled nyc and coveralls
    • Tests running at 100%
  • level-rocksdb
    • Enabled nyc and coveralls
    • Tests running at 100%
  • level-test
    • Enabled nyc and coveralls
    • Tests running at 100%
  • level-ttl
    • Enabled nyc and coveralls
    • Tests running at 100%
  • levelup
    • Enabled nyc and coveralls
    • Tests running at 100%
  • multileveldown
    • Enabled nyc and coveralls
    • Tests running at 100%
  • level-ws
    • Enabled nyc and coveralls
    • Tests running at 100%
  • mem
    • Enabled nyc and coveralls
    • Tests running at 100%
  • memdown
    • Enabled nyc and coveralls
    • Tests running at 100%
  • packager
    • Enabled nyc and coveralls
    • Tests running at 100%
  • rocksdb
    • Enabled nyc and coveralls
    • Tests running at 100%
  • subleveldown
    • Enabled nyc and coveralls
    • Tests running at 100%
  • level-browserify (archived)
    • Enabled nyc and coveralls
    • Tests running at 100%
  • lazy-open (archived)
    • Enabled nyc and coveralls
    • Tests running at 100%
  • level-lmdb (to be archived)
    • Enabled nyc and coveralls
    • Tests running at 100%
  • leveldown-mobile (to be archived)
    • Enabled nyc and coveralls
    • Tests running at 100%
  • level-mobile (to be archived)
    • Enabled nyc and coveralls
    • Tests running at 100%
  • level-fstream (to be archived)
    • Enabled nyc and coveralls
    • Tests running at 100%
  • level-basho (archived)
    • Enabled nyc and coveralls
    • Tests running at 100%

screenshot from 2018-07-01 01-22-46

@vweevers Did you know that if you make check-boxes like above (nested) you can drag them up and down?

I'll look into ways of getting browser code coverage (with airtap). Would be really nice if each sauce labs job is displayed in coveralls (in addition to Travis jobs for node tests).

Would be really nice if each sauce labs job is displayed in coveralls (in addition to Travis jobs for node tests).

Scratch that, I forgot about the plan to merge lcov results (Level/memdown#153 (comment)). The Travis browser job can work the same as the node jobs, except that it merges results from multiple browsers.

memdown down ;)

Coverage enabled on all repositories. What's needed now is to shape up the tests to reach 100%. Might be a lot of work or not so much work, I really have no clue.

encoding-down down :)