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

Fix GitHub action to build on Windows instances #48

Closed neomatrix369 closed 3 years ago

neomatrix369 commented 3 years ago

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

Goal or purpose of the PR

GitHub action: attempting to run the test-coverage shellscript on the Windows instances

Fixes issue #21

Changes implemented in the PR

Added the shell: bash directive to the tasks that executes the build and test package step, so all OS type instances use the bash shell as the default shell. As on Windows the default shell is powershell unless specified.

codecov[bot] commented 3 years ago

Codecov Report

Merging #48 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #48   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          380       380           
  Branches        54        54           
=========================================
  Hits           380       380           

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 5a13445...37e2e50. Read the comment docs.