Skip to content

Commit ace4be3

Browse files
committed
Try without any options.
1 parent ae94d22 commit ace4be3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ jobs:
2222
run: tox
2323
- name: Upload coverage to Codecov
2424
uses: codecov/codecov-action@v1
25-
with:
26-
flags: >-
27-
GHA,
28-
${{ runner.os }},
29-
${{ matrix.python }}
30-
functionalities: gcov
31-
verbose: true # optional (default = false)
3225

3326
release:
3427
needs: test

0 commit comments

Comments
 (0)