Ran
|
Files
54
|
Run time
1s
|
Badge
Embed ▾
README BADGES
|
push
github
Bump subosito/flutter-action from 2.12.0 to 2.15.0 (#603) Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.12.0 to 2.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/subosito/flutter-action/releases">subosito/flutter-action's releases</a>.</em></p> <blockquote> <h2>v2.15.0</h2> <p>Hi! I'm <a href="https://github.com/bartekpacia/">Bartek</a> and I'm a new maintainer of this action. I promise to take good care of it.</p> <p>This release introduces the <code>flutter-version-file</code> option, which lets you easily centralize Flutter version in a single place â your pubspec.yaml file:</p> <p>You can use it like this:</p> <pre lang="yaml"><code>steps: - name: Clone repository uses: actions/checkout@v4 - name: Set up Flutter uses: subosito/flutter-action@v2 with: channel: stable flutter-version-file: pubspec.yaml # path to pubspec.yaml </code></pre> <p>Please note that for this to work, you need to specify exact Flutter version in pubspec.yaml:</p> <pre lang="yaml"><code>environment: dart: ">=3.3.0 <4.0.0" flutter: 3.19.0 # This must be exact! No ranges allowed. </code></pre> <p>Apart from that, some minor README updates and code cleanup were performed.</p> <h2>v2.14.0</h2> <p>No release notes provided.</p> <h2>v2.13.0</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/subosito/flutter-action/commit/3d8049299"><code>3d80492</code></a> update README (<a href="https://redirect.github.com/subosito/flutter-action/issues/291">#291</a>)</li> <li><a href="https://github.com/subosito/flutter-action/commit/0ef13f12a"><code>0ef13f1</code></a> Add <code>flutter-version-file</code> (<a href="https://redirect.github.com/subosito/flutter-action/issues/290">#290</a>)</li> <li><a href="https://g... (continued)
1547 of 1609 relevant lines covered (96.15%)
3.43 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|