Merge pull request #1993 from famedly/krille/fix-coverage-timeout

chore: Trigger coverage timeout
This commit is contained in:
Krille-chan 2025-01-06 13:38:28 +01:00 committed by GitHub
commit c87e2eeff2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -52,6 +52,7 @@ jobs:
coverage:
#runs-on: arm-ubuntu-latest-16core
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: cat .github/workflows/versions.env >> $GITHUB_ENV

View File

@ -1,2 +1,2 @@
flutter_version=3.27.1
dart_version=3.6.0
flutter_version=3.24.3
dart_version=3.5.3

View File

@ -35,7 +35,7 @@ dependencies:
webrtc_interface: ^1.2.0
dev_dependencies:
build_runner: ^2.4.14
build_runner: ^2.4.13
coverage: ">=0.15.0 <2.0.0"
file: ">=6.1.1 <8.0.0"
import_sorter: ^4.6.0