Skip to content

Commit d830f81

Browse files
authored
Update backend-ci.yml
1 parent e55810d commit d830f81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/backend-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ jobs:
2121
shell: bash -l {0}
2222
run: |
2323
cd chartlets.py
24-
pytest --cov=chartlets.py --cov-report=xml
24+
pytest --cov=chartlets --cov-report=xml
2525
2626
- name: Upload coverage reports to Codecov
2727
uses: codecov/codecov-action@v4
2828
with:
29+
fail_ci_if_error: true
2930
directory: chartlets.py/
3031
flags: backend
3132
verbose: true

0 commit comments

Comments
 (0)