File tree Expand file tree Collapse file tree 4 files changed +19
-39
lines changed Expand file tree Collapse file tree 4 files changed +19
-39
lines changed Original file line number Diff line number Diff line change 12
12
- main
13
13
14
14
jobs :
15
- unit- test :
16
- name : unit- test
15
+ test :
16
+ name : test
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v3
20
+ with :
21
+ submodules : recursive
20
22
- uses : ./.github/actions/setup
23
+
24
+ - shell : bash
25
+ run : make build
26
+
27
+ - shell : bash
28
+ run : make test-unit
29
+
30
+ - shell : bash
31
+ run : make test-e2e
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <a alt="GoReport " href="https://goreportcard.com/report/ github.com/otaviof/path-helper">
3
- <img alt="GoReport" src="https://goreportcard.com/badge/ github.com/otaviof/path-helper">
2
+ <a alt="GitHub Actions CI " href="https://github.com/otaviof/path-helper/actions ">
3
+ <img src="https://github.com/otaviof/path-helper/actions/workflows/test.yaml/badge.svg ">
4
4
</a>
5
- <a alt="Code Coverage " href="https://codecov.io/gh /otaviof/path-helper">
6
- <img alt="Code Coverage" src="https://codecov. io/gh/otaviof/path-helper/branch/master/graph/ badge.svg ">
5
+ <a alt="go.pkg.dev project documentation " href="https://pkg.go.dev/mod/github.com /otaviof/path-helper">
6
+ <img src="https://img.shields. io/badge/go.pkg.dev-docs-007d9c?logo=go&logoColor=white ">
7
7
</a>
8
- <a href="https://godoc.org/github.com/otaviof/path-helper/pkg/path-helper">
9
- <img alt="GoDoc Reference" src="https://godoc.org/github.com/otaviof/path-helper/pkg/path-helper?status.svg">
10
- </a>
11
- <a alt="CI Status" href="https://travis-ci.com/otaviof/path-helper">
12
- <img alt="CI Status" src="https://travis-ci.com/otaviof/path-helper.svg?branch=master">
8
+ <a alt="goreportcard.com project report" href="https://goreportcard.com/report/github.com/otaviof/path-helper">
9
+ <img src="https://goreportcard.com/badge/github.com/otaviof/path-helper">
13
10
</a>
14
11
</p >
15
12
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments