SimonKagstrom / kcov

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
http://simonkagstrom.github.io/kcov/
GNU General Public License v2.0
712 stars 109 forks source link

Issue #345: Use github actions as CI #350

Closed SimonKagstrom closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #350 (222bc74) into master (afac849) will decrease coverage by 10.05%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #350       +/-   ##
===========================================
- Coverage   70.50%   60.44%   -10.06%     
===========================================
  Files          57       47       -10     
  Lines        3739     3663       -76     
===========================================
- Hits         2636     2214      -422     
- Misses       1103     1449      +346     
Impacted Files Coverage Δ
src/engines/system-mode-file-format.hh 0.00% <0.00%> (-83.34%) :arrow_down:
src/engines/script-engine-base.hh 38.70% <0.00%> (-46.59%) :arrow_down:
src/reporter.cc 52.84% <0.00%> (-38.95%) :arrow_down:
src/engines/system-mode-file-format.cc 0.00% <0.00%> (-34.70%) :arrow_down:
src/writers/html-writer.cc 68.18% <0.00%> (-26.82%) :arrow_down:
src/merge-file-parser.cc 69.35% <0.00%> (-23.12%) :arrow_down:
src/writers/sonarqube-xml-writer.cc 73.91% <0.00%> (-21.33%) :arrow_down:
src/solib-handler.cc 65.11% <0.00%> (-19.95%) :arrow_down:
src/include/reporter.hh 50.00% <0.00%> (-16.67%) :arrow_down:
src/main.cc 72.35% <0.00%> (-16.63%) :arrow_down:
... and 42 more

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 afac849...222bc74. Read the comment docs.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-2.2%) to 68.28% when pulling 222bc745e9816040a1ba5267bcc443b693977756 on issue-345-github-actions into afac849f521d69c0af004f7a8f90ef9e1dcdf4d0 on master.