Skip to content

Commit

Permalink
CI: set test coverage limitation to 60 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariiatuzovska authored Dec 13, 2024
1 parent d6458bc commit 18c9395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
profile: ./cover.out
local-prefix: "github.com/Optable/optable-pair-cli"
threshold-total: 70
threshold-total: 60
- name: Cleanup
if: always()
run: docker stop fake-gcs-server && docker rm fake-gcs-server

0 comments on commit 18c9395

Please sign in to comment.