mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
Fix a typo in the example
This commit is contained in:
parent
04351de6bb
commit
12b0212863
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ jobs:
|
|||
- name: Setup Python
|
||||
uses: actions/setup-python@main
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: '3.10'
|
||||
- name: Generate coverage report
|
||||
run: |
|
||||
pip install pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue