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:
1717 - cover.html
1818 expire_in : 3 days
1919
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+
2033deploy :
2134 image : google/cloud-sdk:241.0.0
2235 stage : deploy
Original file line number Diff line number Diff line change 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 )
4+ [ ![ coverage report] ( https://gitlab.com/tnir/docs.djangoproject.jp/badges/master/coverage.svg )] ( https://tnir. gitlab.io/ docs.djangoproject.jp/coverage/ )
55[ ![ Go Report Card] ( https://goreportcard.com/badge/gitlab.com/tnir/docs.djangoproject.jp )] ( https://goreportcard.com/report/gitlab.com/tnir/docs.djangoproject.jp )
66
77Mirror from: https://gitlab.com/tnir/docs.djangoproject.jp
You can’t perform that action at this time.
0 commit comments