Skip to content

Commit

Permalink
Merge pull request #83 from lmc-eu/fix/coveralls
Browse files Browse the repository at this point in the history
Fix coveralls failing on build re-runs
  • Loading branch information
OndraM committed Apr 16, 2024
2 parents aadd000 + 3de667f commit bd166ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
schedule:
- cron: '0 3 * * *'

env:
COVERALLS_SERVICE_NUMBER: ${{ github.run_id }}-${{ github.run_attempt }}

jobs:
tests:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"require-dev": {
"ergebnis/composer-normalize": "^2.13.2",
"nikic/php-parser": "<5.0",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.3.0",
Expand Down

0 comments on commit bd166ab

Please sign in to comment.