Skip to content

Commit baba368

Browse files
committed
Merge branch '13-coverage' into 'master'
Add coverage to README Closes #13 See merge request tnir/docs.djangoproject.jp!7
2 parents 1f20c7d + 06bf426 commit baba368

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ format-test:
99
script:
1010
- go fmt
1111
- go vet
12-
- go test
12+
- go test -cover
1313

1414
deploy:
1515
image: google/cloud-sdk:193.0.0

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# docs.djangoproject.jp
22

33
[![pipeline status](https://gitlab.com/tnir/docs.djangoproject.jp/badges/master/pipeline.svg)](https://gitlab.com/tnir/docs.djangoproject.jp/commits/master)
4+
[![coverage report](https://gitlab.com/tnir/docs.djangoproject.jp/badges/master/coverage.svg)](https://gitlab.com/tnir/docs.djangoproject.jp/commits/master)
45

56
Mirror from: https://gitlab.com/tnir/docs.djangoproject.jp
67

0 commit comments

Comments
 (0)