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 eadef67 commit 847c08f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CodeCov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Generate Report
run: |
pip install --upgrade pip
pip install -r requirements.txt
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m nltk.downloader punkt stopwords
pip install coverage
pip install coverage[toml]
coverage run -m pytest
Expand Down

0 comments on commit 847c08f

Please sign in to comment.