Leko / wasm-instantiate-streaming

[DEPRECATED] Polyfill of WebAssembly.instantiateStreaming
MIT License
0 stars 1 forks source link

Enable coverage reporting with nyc #3

Closed Leko closed 6 years ago

Leko commented 6 years ago

Add coverage reporting.

This PR is not affected production code. So it will not release a new version.

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4c698bf). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #3   +/-   ##
=========================================
  Coverage          ?   88.46%           
=========================================
  Files             ?        2           
  Lines             ?       26           
  Branches          ?        0           
=========================================
  Hits              ?       23           
  Misses            ?        3           
  Partials          ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4c698bf...29651dd. Read the comment docs.

Leko commented 6 years ago
#!/bin/bash -eo pipefail
bash <(curl -s https://codecov.io/bash)

  _____          _
 / ____|        | |
| |     ___   __| | ___  ___ _____   __
| |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| |  __/ (_| (_) \ V /
 \_____\___/ \__,_|\___|\___\___/ \_/
                              Bash-0b37652

==> Circle CI detected.
    project root: .
    Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
==> Running gcov in . (disable via -X gcov)
==> Python coveragepy not found
==> Searching for coverage reports in:
    + .
    -> Found 1 reports
==> Detecting git/mercurial file structure
==> Reading reports
    + ./coverage/lcov.info bytes=924
==> Appending adjustments
    http://docs.codecov.io/docs/fixing-reports
    -> No adjustments found
==> Gzipping contents
==> Uploading reports
    url: https://codecov.io
    query: branch=enable-coverage&commit=29651ddb3abed7945f95edc32840ee3c771fe12d&build=77&build_url=&name=&tag=&slug=Leko%2Fwasm-instantiate-streaming&service=circleci&flags=&pr=&job=0
    -> Pinging Codecov
    -> Uploading
    -> View reports at https://codecov.io/github/Leko/wasm-instantiate-streaming/commit/29651ddb3abed7945f95edc32840ee3c771fe12d

It's OK