We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f20c7d + 06bf426 commit baba368Copy full SHA for baba368
.gitlab-ci.yml
@@ -9,7 +9,7 @@ format-test:
9
script:
10
- go fmt
11
- go vet
12
- - go test
+ - go test -cover
13
14
deploy:
15
image: google/cloud-sdk:193.0.0
README.md
@@ -1,6 +1,7 @@
1
# docs.djangoproject.jp
2
3
[](https://gitlab.com/tnir/docs.djangoproject.jp/commits/master)
4
+[](https://gitlab.com/tnir/docs.djangoproject.jp/commits/master)
5
6
Mirror from: https://gitlab.com/tnir/docs.djangoproject.jp
7
0 commit comments