Skip to content

Commit afa297c

Browse files
committed
Merge branch 'main' into yogesh-41-slider
2 parents 6297274 + d830f81 commit afa297c

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)