raymondxyy / pyaudlib

A speech signal processing library in Python with emphasis on deep learning.
MIT License
31 stars 6 forks source link

[WIP] Adding code coverage & badge #29

Closed andrewwuan closed 4 years ago

andrewwuan commented 4 years ago

Reference:

raymondxyy commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #29   +/-   ##
=========================================
  Coverage          ?   38.56%           
=========================================
  Files             ?       40           
  Lines             ?     3957           
  Branches          ?        0           
=========================================
  Hits              ?     1526           
  Misses            ?     2431           
  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 452b9b9...973d06f. Read the comment docs.

raymondxyy commented 4 years ago

The bugs are because audlib/misc and samples/ are not bundled in the release. Can we do that?