Skip to content

Commit bd166ab

Browse files
authored
Merge pull request #83 from lmc-eu/fix/coveralls
Fix coveralls failing on build re-runs
2 parents aadd000 + 3de667f commit bd166ab

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
schedule:
77
- cron: '0 3 * * *'
88

9+
env:
10+
COVERALLS_SERVICE_NUMBER: ${{ github.run_id }}-${{ github.run_attempt }}
11+
912
jobs:
1013
tests:
1114
runs-on: ubuntu-latest

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"require-dev": {
2121
"ergebnis/composer-normalize": "^2.13.2",
22+
"nikic/php-parser": "<5.0",
2223
"php-parallel-lint/php-parallel-lint": "^1.2.0",
2324
"phpstan/extension-installer": "^1.1",
2425
"phpstan/phpstan": "^1.3.0",

0 commit comments

Comments
 (0)