Skip to content

Commit edf9dc1

Browse files
committed
Add UT badge
1 parent 7c4eb03 commit edf9dc1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/go.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: Go
66
on:
77
pull_request:
88
branches: [ "main" ]
9+
push:
10+
branches: [ "main" ]
911

1012
jobs:
1113

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# gotestlabels
22

3+
[![codecov](https://codecov.io/gh/maxwu/gotest-labels/graph/badge.svg?token=OASE32SSFW)](https://codecov.io/gh/maxwu/gotest-labels)
4+
35
GoTestLabels is a a Go package that enables the selection of test cases by labels within the comments of testing functions.
46

57
It is a tiny package consisting of approximately 300 lines of code and has no third party dependencies. In the testing code, you can use this package with just one line of anonymous import code.

0 commit comments

Comments
 (0)