Skip to content

Commit 791f96b

Browse files
committed
add pytest dependency
1 parent 19ce8e9 commit 791f96b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
35-
- name: Generate Report
35+
- name: Intall dependencies
3636
run: |
3737
pip install -r tests/requirements/${{ matrix.requirements-file }}
38+
- name: Run coverage
39+
run: |
3840
coverage run -m pytest
3941
- name: Upload Coverage to Codecov
4042
uses: codecov/codecov-action@v4

tests/requirements/base.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ django-filer
1313
html5lib
1414
git+https://github.com/django-cms/djangocms-link@feat/url-mngr
1515
-e .
16+
pytest
17+
pytest-django

0 commit comments

Comments
 (0)