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

Github actions: enabled nightly run of build and test #65

Closed neomatrix369 closed 2 years ago

neomatrix369 commented 2 years ago

To be able to merge a pull request, there are a few checks:

Checklist

Please check the options that you have completed and strike-out the options that do not apply via this pull request:

Goal or purpose of the PR

Enabled nightly run of build and test via Github actions

Changes implemented in the PR

Added the schedule directive to the on to the end-to-end-flow workflow (github action)

codecov[bot] commented 2 years ago

Codecov Report

Merging #65 (dde3172) into master (bef1aa6) will not change coverage. The diff coverage is n/a.

:exclamation: Current head dde3172 differs from pull request most recent head f7ae95b. Consider uploading reports for the commit f7ae95b to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##            master       #65   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines          498       498           
  Branches        74        74           
=========================================
  Hits           498       498           

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 bef1aa6...f7ae95b. Read the comment docs.