Skip to content

Commit

Permalink
Add a leading-v to codecov-cli version
Browse files Browse the repository at this point in the history
This is a follow-up for 6b26065.

Ref: codecov/codecov-cli#641
  • Loading branch information
webknjaz committed Feb 20, 2025
1 parent 6b26065 commit 3fee831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ jobs:
}}
token: ${{ secrets.codecov-token }}
version: >- # revert https://github.com/codecov/codecov-cli/issues/641
10.0.1
v10.0.1
- name: Upload test results to Codecov
if: >-
!cancelled()
Expand All @@ -431,6 +431,6 @@ jobs:
}}
token: ${{ secrets.codecov-token }}
version: >- # revert https://github.com/codecov/codecov-cli/issues/641
10.0.1
v10.0.1
...

0 comments on commit 3fee831

Please sign in to comment.