nishtahir / language-kotlin

Textmate language grammar for the Kotlin programming language
Apache License 2.0
12 stars 6 forks source link

Generate code coverage report for scopes #28

Closed nishtahir closed 4 years ago

nishtahir commented 4 years ago

This Generates and adds code coverage data by tagging scopes with debug data and comparing it to the generated output after running it against the tests.

Hopefully, this gives a metric by which we can tell what parts of the codebase need better coverage

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #28   +/-   ##
=========================================
  Coverage          ?   60.04%           
=========================================
  Files             ?       12           
  Lines             ?      488           
  Branches          ?        0           
=========================================
  Hits              ?      293           
  Misses            ?      195           
  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 48f8595...85c5164. Read the comment docs.