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
241 stars 37 forks source link

Investigate and fix issue with not running on Windows-latest triggered via GitHub actions #21

Closed neomatrix369 closed 3 years ago

neomatrix369 commented 3 years ago

Currently, the test-coverage.sh script does not seem to run or produce test coverage reports on the Windows instances when run via the GitHub instance, this isn't desired.

It would be good to do one of the following:

Discovered when inspecting outcome of PR #19

neomatrix369 commented 3 years ago

Fixed via PR #48