Skip to content

Commit c6ae868

Browse files
committed
fixing the github action file
1 parent ae84266 commit c6ae868

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ jobs:
6161
pytest
6262
- name: Upload coverage to Codecov
6363
uses: codecov/codecov-action@v3
64-
with:
65-
token: ${{ secrets.CODECOV_TOKEN }}
6664
if: matrix.python-version == 3.11
6765
with:
6866
file: ./coverage.xml
67+
token: ${{ secrets.CODECOV_TOKEN }}
6968
env_vars: OS,PYTHON
7069
fail_ci_if_error: true

0 commit comments

Comments
 (0)