Skip to content

Commit

Permalink
✅ remove coverage minimum as of current situation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKrisKrisu committed Jan 11, 2025
1 parent da913e3 commit da43ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
env:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: php artisan test --parallel --coverage --min=45 #Increase this value regularly while writing tests. Target: 80%
run: php artisan test --parallel --coverage

0 comments on commit da43ef7

Please sign in to comment.