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 19ce8e9 commit 791f96bCopy full SHA for 791f96b
.github/workflows/codecov.yml
@@ -32,9 +32,11 @@ jobs:
32
uses: actions/setup-python@v5
33
with:
34
python-version: ${{ matrix.python-version }}
35
- - name: Generate Report
+ - name: Intall dependencies
36
run: |
37
pip install -r tests/requirements/${{ matrix.requirements-file }}
38
+ - name: Run coverage
39
+ run: |
40
coverage run -m pytest
41
- name: Upload Coverage to Codecov
42
uses: codecov/codecov-action@v4
tests/requirements/base.txt
@@ -13,3 +13,5 @@ django-filer
13
html5lib
14
git+https://github.com/django-cms/djangocms-link@feat/url-mngr
15
-e .
16
+pytest
17
+pytest-django
0 commit comments