Skip to content

Commit

Permalink
Update CodeCov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDaglish authored Jul 11, 2023
1 parent b38438a commit 5830558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CodeCov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m nltk.downloader punkt stopwords
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz
pip install coverage
pip install coverage[toml]
coverage run -m pytest
Expand Down

0 comments on commit 5830558

Please sign in to comment.