Skip to content

Commit bd92441

Browse files
committed
Fix test dir
1 parent ede82b1 commit bd92441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pip install .[testing,linkify]
4646
- name: Run pytest
4747
run: |
48-
pytest --cov=markdown_it --cov-report=xml --cov-report=term-missing
48+
pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing
4949
- name: Upload to Codecov
5050
if: matrix.python-version == '3.7' && github.repository == 'executablebooks/markdown-it-py'
5151
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)