File tree 2 files changed +50
-2
lines changed
2 files changed +50
-2
lines changed Original file line number Diff line number Diff line change 1
- name : Flutter Testing Tutorial CI On push
1
+ name : Flutter%20Testing%20Tutorial%20CI%20On%20push
2
2
3
3
# Trigger on push
4
4
on : push
Original file line number Diff line number Diff line change
1
+ <table style =" width :100% " >
2
+ <tr >
3
+ <th>License</th>
4
+ <th>Gitlab CI</th>
5
+ <th>Github Action</th>
6
+ </tr >
7
+ <tr >
8
+ <td>
9
+ <img src="https://img.shields.io/static/v1?label=License&message=MIT&color=blue"/>
10
+ </td>
11
+ <td>
12
+ <a href="https://gitlab.com/bwnyasse/flutter-testing-tutorial/commits/master" target="_blank">
13
+ <img src="https://gitlab.com/bwnyasse/flutter-testing-tutorial/badges/master/pipeline.svg"/>
14
+ </a>
15
+ </td>
16
+ <td>
17
+ <a href="https://github.com/bwnyasse/flutter-testing-tutorial/actions?query=workflow%3A%22Flutter+Testing+Tutorial+CI+On+push%22" target="_blank">
18
+ <img src="https://github.com/bwnyasse/flutter-testing-tutorial/workflows/Flutter%20Testing%20Tutorial%20CI%20On%20push/badge.svg"/>
19
+ </a>
20
+ </td>
21
+ </tr >
22
+ </table >
23
+
24
+ <table style =" width :100% " >
25
+ <tr >
26
+ <th>Platform</th>
27
+ <th>Code Coverage</th>
28
+ <th>Coverage with codecov.io</th>
29
+ </tr >
30
+ <tr >
31
+ <td>
32
+ <img src="https://img.shields.io/static/v1?label=Flutter&message=ANDROID-IOS&color=informational?style=plastic&logo=flutter&logoColor=blue"/>
33
+ </td>
34
+ <td>
35
+ <a href="https://codecov.io/gl/bwnyasse/flutter-testing-tutorial/tree/master/lib/src" target="_blank">
36
+ <img src="https://gitlab.com/bwnyasse/flutter-testing-tutorial/badges/master/coverage.svg"/>
37
+ </a>
38
+ </td>
39
+ <td>
40
+ <a href="https://codecov.io/gl/bwnyasse/flutter-testing-tutorial" target="_blank">
41
+ <img src="https://codecov.io/gl/bwnyasse/flutter-testing-tutorial/branch/master/graph/badge.svg"/>
42
+ </a>
43
+ </td>
44
+ </tr >
45
+ </table >
46
+
1
47
# flutter_movie_deep_dive_test
2
48
3
49
Testing Flutter Applications
@@ -16,4 +62,6 @@ Flutter has 3 types of tests.
16
62
17
63
## Purpose
18
64
19
- Through a flutter movie application , this project demonstrate how to implement ** unit** , ** widgets** and ** integration** tests in your application.
65
+ Through a flutter movie application , this project demonstrate how to implement ** unit** , ** widgets** and ** integration** tests in your application.
66
+
67
+
You can’t perform that action at this time.
0 commit comments