Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
8b7a6e4f
Unverified
Commit
8b7a6e4f
authored
Oct 07, 2022
by
godofredoc
Committed by
GitHub
Oct 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generate coverage (#112993)
parent
900f540a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
coverage.yml
.github/workflows/coverage.yml
+28
-0
No files found.
.github/workflows/coverage.yml
0 → 100644
View file @
8b7a6e4f
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
name
:
coverage
on
:
push
:
branches
:
-
master
permissions
:
read-all
jobs
:
build
:
permissions
:
checks
:
write
# for coverallsapp/github-action to create new checks
name
:
coverage
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
-
name
:
./bin/flutter test --coverage
run
:
pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
-
name
:
upload coverage
uses
:
coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057
with
:
github-token
:
${{ secrets.GITHUB_TOKEN }}
path-to-lcov
:
packages/flutter/coverage/lcov.info
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment