Skip to content

Commit

Permalink
CI: remove minor/patch version pin from codecov (IMAP-Science-Operati…
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas authored May 29, 2024
1 parent a31189b commit 4702820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
poetry run pytest --color=yes --cov --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4702820

Please sign in to comment.