Skip to content

Commit

Permalink
Merge pull request #8 from Globy-App/7-the-getfilter-method-will-not-…
Browse files Browse the repository at this point in the history
…allow-a-dot-in-the-field-name

Fixes issue 7, adds testing to prevent the issue from occuring in the…
  • Loading branch information
Sjustein authored Sep 7, 2024
2 parents 7808208 + 2ed0b5e commit 618bdee
Show file tree
Hide file tree
Showing 4 changed files with 999 additions and 241 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
- name: Run infection mutation testing
run:
php ./vendor/bin/infection --min-msi=85 --min-covered-msi=90 --only-covered --threads=max --no-interaction --logger-github=true --skip-initial-tests --coverage=logs
php ./vendor/bin/infection --min-msi=80 --min-covered-msi=85 --only-covered --threads=max --no-interaction --logger-github=true --skip-initial-tests --coverage=logs
Loading

0 comments on commit 618bdee

Please sign in to comment.