We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0da4a95 + 5f39112 commit dde20f1Copy full SHA for dde20f1
.github/workflows/main.yml
@@ -6,9 +6,9 @@ name: CI
6
# events but only for the master branch
7
on:
8
push:
9
- branches: [ master, version_4 ]
+ branches: [master]
10
pull_request:
11
12
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
jobs:
@@ -32,7 +32,7 @@ jobs:
32
flutter pub get
33
flutter test --coverage
34
35
- - name: Upload coverage to Codecov
36
- uses: codecov/codecov-action@v1
37
- with:
+ - name: Upload coverage to Codecov
+ uses: codecov/codecov-action@v1
+ with:
38
file: coverage/lcov.info
0 commit comments