Skip to content

Commit

Permalink
feat: decrease min coverage to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfusFlow committed Aug 14, 2024
1 parent c0e9b61 commit c12f9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test:
stage: test
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
variables:
min_coverage: '70'
min_coverage: '60'
coverage_result: '/total:\s+\(statements\)\s+(\d+.\d+)\%/'
script:
- set -e
Expand Down

0 comments on commit c12f9fd

Please sign in to comment.