Skip to content

Commit ba6da5f

Browse files
authored
Merge branch 'main' into feat/immediate-placeholder-content
2 parents b56c310 + 505f469 commit ba6da5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ jobs:
6363
run: |
6464
source .venv/bin/activate
6565
coverage run -m pytest
66+
coverage xml
6667
6768
- name: Upload Coverage to Codecov
6869
uses: codecov/[email protected]
6970
with:
7071
token: ${{ secrets.CODECOV_TOKEN }}
72+
files: ./coverage.xml
73+
fail_ci_if_error: false

0 commit comments

Comments
 (0)