File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
+ orbs :
4
+ codecov :
codecov/[email protected]
5
+
3
6
defaults : &defaults
4
7
working_directory : /src
5
8
docker :
68
71
- go-mod-{{ checksum "go.sum" }}
69
72
- run :
70
73
name : Run Tests
71
- command : go test -cover -race ./...
74
+ command : go test -coverprofile cover.out -race ./...
75
+ - codecov/upload :
76
+ file : cover.out
72
77
73
78
workflows :
74
79
version : 2
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ GoDoc] ( https://godoc.org/github.com/sylabs/scs-build-client?status.svg )] ( https://godoc.org/github.com/sylabs/scs-build-client )
4
4
[ ![ Build Status] ( https://circleci.com/gh/sylabs/scs-build-client.svg?style=shield )] ( https://circleci.com/gh/sylabs/workflows/scs-build-client )
5
+ [ ![ Code Coverage] ( https://codecov.io/gh/sylabs/scs-build-client/branch/master/graph/badge.svg )] ( https://codecov.io/gh/sylabs/scs-build-client )
5
6
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/sylabs/scs-build-client )] ( https://goreportcard.com/report/github.com/sylabs/scs-build-client )
6
7
7
8
This project provides a Go client for the Singularity Container Services (SCS) Build Service.
You can’t perform that action at this time.
0 commit comments