Skip to content

Commit 3cf4989

Browse files
author
Fabien Coelho
committed
enable converage on GitHub CI
1 parent 93e8ece commit 3cf4989

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/package.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
# Dependencies
2222
- name: Install Python Dependencies
23+
# run: make VENV= venv
2324
run: |
2425
pip install -U pip
2526
pip install -e .[dev,doc]
@@ -30,7 +31,7 @@ jobs:
3031
run: make VENV= check.ruff
3132
- name: Check with pytest
3233
run: make VENV= check.pytest
33-
# - name: Check with coverage
34-
# run: make VENV= check.coverage
34+
- name: Check with coverage
35+
run: make VENV= check.coverage
3536
- name: Check with pymarkdown
3637
run: make VENV= check.docs

0 commit comments

Comments
 (0)