Skip to content

Commit fd653dc

Browse files
committed
fix: test
1 parent 3830a94 commit fd653dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Run coverage report
7272
run: |
7373
coverage run -m pytest
74-
coverage report --min-coverage=60
74+
coverage report --fail-under=60
7575
7676
# JOB 2: Build and Push Docker Image
7777
build:

0 commit comments

Comments
 (0)