Skip to content

Commit

Permalink
Delete traces from migration to pixi (#27)
Browse files Browse the repository at this point in the history
* Delete traces before pixi

* Add os condition on codecov
  • Loading branch information
FrancescMartiEscofetQC authored Jun 25, 2024
1 parent ed92851 commit 873f07e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,12 @@ jobs:
uses: prefix-dev/[email protected]
with:
environments: ${{ matrix.env }}
- name: Install repository
- name: Install repository and generate code coverage report
run: |
pixi run -e ${{ matrix.env }} postinstall
pixi run -e ${{ matrix.env }} coverage
- name: Generate code coverage report
if: matrix.python-version == '3.12'
uses: codecov/[email protected]
with:
file: ./coverage.xml
- name: Upload coverage reports to Codecov
if: matrix.env == 'py312'
if: matrix.env == 'py312' && matrix.os == 'ubuntu-latest'
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 873f07e

Please sign in to comment.