Skip to content

Commit

Permalink
馃И Fix codecov (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed May 7, 2024
1 parent 1064835 commit 81a5e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[testing,linkify]
pip install -e .[testing,linkify]
- name: Run pytest
run: |
pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing
Expand Down

0 comments on commit 81a5e46

Please sign in to comment.