Skip to content

Commit 0229a04

Browse files
Codexilaflott
andauthored
fix: enable coverage upload in conda test workflow
Co-authored-by: ilaflott <6273252+ilaflott@users.noreply.github.com>
1 parent e5d0f2f commit 0229a04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create_test_conda_env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ jobs:
6767
6868
- name: Install fremorizer
6969
run: |
70-
pip install .
70+
pip install --no-deps --no-build-isolation .
7171
7272
- name: Run pytest
7373
run: |
74-
pytest --cov=fremorizer --cov-config=coveragerc fremorizer/tests/ -v
74+
pytest --cov=fremorizer --cov-config=coveragerc --cov-report=xml fremorizer/tests/ -v
7575
7676
- name: Upload Coverage to Codecov
7777
if: ${{ always() }}

0 commit comments

Comments
 (0)