Skip to content

Commit

Permalink
fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Apr 19, 2024
1 parent 6ad3e92 commit 1639346
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
pytest --benchmark-skip --cov=q2_micom --cov-report=xml
- name: Upload to codecov
if: matrix.os.image == 'ubuntu-latest'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.3.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

release:
needs: test
Expand All @@ -91,7 +93,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 1639346

Please sign in to comment.