1
1
Fork 0
mirror of https://github.com/lddsb/drone-goreportcard synced 2024-04-18 08:33:47 +02:00
Go report card Drone plugin
Go to file
Dee Luo 8f73468453
create license
2019-03-10 15:33:36 +08:00
.drone.yml fix dockerhub publish dryrun permission denied 2019-03-10 15:23:44 +08:00
.gitignore start on the road 2019-03-10 13:50:59 +08:00
Dockerfile replace alpine mirror with China mirror 2019-03-10 14:42:48 +08:00
LICENSE create license 2019-03-10 15:33:36 +08:00
README.md fix drone.yml syntax error 2019-03-10 13:55:08 +08:00
go.mod start on the road 2019-03-10 13:50:59 +08:00
go.sum start on the road 2019-03-10 13:50:59 +08:00
main.go start on the road 2019-03-10 13:50:59 +08:00
plugin.go start on the road 2019-03-10 13:50:59 +08:00

Go Report Card Drone Plugin

Build Status

Drone CI plugin to auto refresh your project status in go report card

Usage

kind: pipeline
name: default

steps:
...
- name: goreportcard
  pull: always
  image: lddsb/drone-goreportcard