Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nbelakovski committed Jan 7, 2025
1 parent 454da7f commit 5aa10ad
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test_pyprima.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
shell: bash
run: |
cd pyprima
python -m pip install .
python -m pip install --editable .
pytest --cov=src --cov-report=html tests/
PRIMA_DEBUGGING=1 pytest --cov=src --cov-append tests/test_end_to_end.py
PRIMA_DEBUGGING=1 pytest --cov=src --cov-report=html --cov-append tests/test_end_to_end.py
- name: Store artifacts
Expand All @@ -50,6 +50,3 @@ jobs:
with:
name: coverage-html
path: pyprima/htmlcov/*

- name: Output artifact ID
run: echo 'Artifact ID is ${{ steps.artifact-coverage.outputs.artifact-id }}'

0 comments on commit 5aa10ad

Please sign in to comment.