File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,19 @@ format-test:
17
17
- cover.html
18
18
expire_in : 3 days
19
19
20
+ pages :
21
+ stage : deploy
22
+ script :
23
+ - mkdir -p public/coverage
24
+ - mv cover.html public/coverage/index.html
25
+ dependencies :
26
+ - format-test
27
+ artifacts :
28
+ paths :
29
+ - public
30
+ only :
31
+ - master
32
+
20
33
deploy :
21
34
image : google/cloud-sdk:241.0.0
22
35
stage : deploy
Original file line number Diff line number Diff line change 1
1
# docs.djangoproject.jp
2
2
3
3
[ ![ 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 )
4
+ [ ![ coverage report] ( https://gitlab.com/tnir/docs.djangoproject.jp/badges/master/coverage.svg )] ( https://tnir. gitlab.io/ docs.djangoproject.jp/coverage/ )
5
5
[ ![ Go Report Card] ( https://goreportcard.com/badge/gitlab.com/tnir/docs.djangoproject.jp )] ( https://goreportcard.com/report/gitlab.com/tnir/docs.djangoproject.jp )
6
6
7
7
Mirror from: https://gitlab.com/tnir/docs.djangoproject.jp
You can’t perform that action at this time.
0 commit comments