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

Amend caching configuration of GitHub actions #39

Closed neomatrix369 closed 4 years ago

neomatrix369 commented 4 years ago

Goal or purpose of the PR

GitHub action: amending caching settings and also adding caching to CodeQL GH action

Changes implemented in the PR

Amended folders to be cached for the existing GH action. Also added caching to the CodeQL GH action adjusting the folder names a bit

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #39   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          358       358           
  Branches        51        51           
=========================================
  Hits           358       358           

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 1db07ca...f2fe733. Read the comment docs.