Skip to content

Commit 1cbb2d9

Browse files
authored
Update dart.yml
1 parent 1454f41 commit 1cbb2d9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/dart.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
jobs:
88
flutter_modular:
9-
name: flutter modular tests
9+
name: flutter modular
1010
runs-on: ubuntu-latest
1111

1212
steps:
@@ -23,7 +23,7 @@ jobs:
2323
working-directory: flutter_modular
2424

2525
- name: Flutter Test
26-
run: flutter test --coverage --coverage-path ../coverage/lcov.info .
26+
run: flutter test --coverage --coverage-path ../coverage/lcov.info
2727
working-directory: flutter_modular
2828

2929
- name: Codecov GitHub Action
@@ -32,7 +32,7 @@ jobs:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333

3434
modular_core:
35-
name: modular core tests
35+
name: modular core
3636
runs-on: ubuntu-latest
3737

3838
steps:
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: modular_core
5050

5151
- name: Flutter Test
52-
run: flutter test --coverage --coverage-path ../coverage/lcov.info .
52+
run: flutter test --coverage --coverage-path ../coverage/lcov.info
5353
working-directory: modular_core
5454

5555
- name: Codecov GitHub Action
@@ -58,7 +58,7 @@ jobs:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959

6060
shelf_modular:
61-
name: shelf modular tests
61+
name: shelf modular
6262
runs-on: ubuntu-latest
6363

6464
steps:
@@ -75,7 +75,7 @@ jobs:
7575
working-directory: shelf_modular
7676

7777
- name: Flutter Test
78-
run: flutter test --coverage --coverage-path ../coverage/lcov.info .
78+
run: flutter test --coverage --coverage-path ../coverage/lcov.info
7979
working-directory: shelf_modular
8080

8181
- name: Codecov GitHub Action
@@ -84,7 +84,7 @@ jobs:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585

8686
modular_test:
87-
name: modular_test tests
87+
name: modular_test
8888
runs-on: ubuntu-latest
8989

9090
steps:
@@ -101,7 +101,7 @@ jobs:
101101
working-directory: modular_test
102102

103103
- name: Flutter Test
104-
run: flutter test --coverage --coverage-path ../coverage/lcov.info .
104+
run: flutter test --coverage --coverage-path ../coverage/lcov.info
105105
working-directory: modular_test
106106

107107
- name: Codecov GitHub Action

0 commit comments

Comments
 (0)