We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e244e2f + e3bddd1 commit 85f9dcbCopy full SHA for 85f9dcb
2 files changed
.github/workflows/python-package.yml
@@ -67,7 +67,7 @@ jobs:
67
MPLBACKEND: Agg # non-interactive backend for matplotlib
68
run: |
69
micromamba activate lobpy
70
- pytest --cov=lobsterpy --cov-report term-missing --cov-append --splits 5 --group ${{ matrix.split }} -vv --durations-path ./tests/test_data/.pytest-split-durations
+ pytest --cov=lobsterpy --cov-report term-missing --cov-append --splits 5 --group ${{ matrix.split }} -vv --durations-path ./tests/test_data/.pytest-split-durations --store-durations
71
72
- name: Upload coverage
73
if: matrix.python-version == '3.10'
0 commit comments