Skip to content

Roll Flutter Engine from 8ef8543d6001 to 2706c732b22a (1 revision) (#… #127

Roll Flutter Engine from 8ef8543d6001 to 2706c732b22a (1 revision) (#…

Roll Flutter Engine from 8ef8543d6001 to 2706c732b22a (1 revision) (#… #127

Workflow file for this run

# 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
paths:
- 'packages/flutter/**'
permissions: read-all
jobs:
build:
name: coverage
runs-on: ubuntu-latest
if: ${{ github.repository == 'flutter/flutter' }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: ./bin/flutter test --coverage
run: pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
- name: upload coverage
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1
with:
files: packages/flutter/coverage/lcov.info
verbose: true