Skip to content

Commit 0628c1b

Browse files
committed
Fix indentation
1 parent 2cfb547 commit 0628c1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
run: pytest --cov=gql --cov-report=xml --cov-report=term-missing tests
7575
- name: Upload coverage to Codecov
7676
uses: codecov/codecov-action@v4
77-
with:
78-
fail_ci_if_error: false
79-
token: ${{ secrets.CODECOV_TOKEN }}
77+
with:
78+
fail_ci_if_error: false
79+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)