Skip to content

Commit 0683bd5

Browse files
authored
Merge pull request #329 from flask-dashboard/fix_codecov
Fix for codecov configuration
2 parents 1fbe882 + 4fb048d commit 0683bd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ jobs:
3131
- name: Upload coverage to Codecov
3232
uses: codecov/codecov-action@v1
3333
with:
34-
fail_ci_if_error: true
35-
file: .coverage
34+
file: ./coverage.xml

0 commit comments

Comments
 (0)