Skip to content

Commit

Permalink
Lower some standards on code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Dec 1, 2023
1 parent fff95fe commit 48f9102
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test suite
name: "Test Suite"

on:
pull_request_target:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
hide_complexity: true
indicators: true
output: both
thresholds: '90 98'
thresholds: '50 80'

- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"symfony/dom-crawler": "^6.1.3|^7.0",
"symfony/intl": "^6.1|^7.0",
"symfony/mime": "^6.1.3|^7.0",
"symfony/phpunit-bridge": "^6.1.3|^7.0",
"symfony/phpunit-bridge": "^6.3|^7.0",
"symfony/twig-bundle": "^6.1.1|^7.0",
"symfony/var-dumper": "^6.1.3|^7.0",
"symfony/yaml": "^6.1.3|^7.0"
Expand Down

0 comments on commit 48f9102

Please sign in to comment.