We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede82b1 commit bd92441Copy full SHA for bd92441
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
pip install .[testing,linkify]
46
- name: Run pytest
47
run: |
48
- pytest --cov=markdown_it --cov-report=xml --cov-report=term-missing
+ pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing
49
- name: Upload to Codecov
50
if: matrix.python-version == '3.7' && github.repository == 'executablebooks/markdown-it-py'
51
uses: codecov/codecov-action@v1
0 commit comments