neomatrix369 / nlp_profiler

A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Other
243 stars 37 forks source link

Creating ci/cd github action #19

Closed neomatrix369 closed 4 years ago

neomatrix369 commented 4 years ago

Initial attempts to setup CI/CD via Github actions:

We do have a limitation as outlined via #21 but at least we can check PRs against the build matrices where this works (Ubuntu instances atm).

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##             master       #19   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?        20           
  Lines             ?       358           
  Branches          ?        51           
==========================================
  Hits              ?       358           
  Misses            ?         0           
  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 3ab35cd...271844b. Read the comment docs.