Skip to content

Commit 0d0baa6

Browse files
committed
Update README for gitlab ci & github actions
1 parent 58e6ee6 commit 0d0baa6

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Flutter Testing Tutorial CI On push
1+
name: Flutter%20Testing%20Tutorial%20CI%20On%20push
22

33
# Trigger on push
44
on: push

README.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
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+
147
# flutter_movie_deep_dive_test
248

349
Testing Flutter Applications
@@ -16,4 +62,6 @@ Flutter has 3 types of tests.
1662

1763
## Purpose
1864

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+

0 commit comments

Comments
 (0)