1
1
Fork 0
mirror of https://github.com/lddsb/drone-goreportcard synced 2024-05-08 00:46:02 +02:00
Go report card Drone plugin
Go to file
lddsb 69e066c0f5 fix drone.yml syntax error 2019-03-10 13:55:08 +08:00
.drone.yml fix drone.yml syntax error 2019-03-10 13:55:08 +08:00
.gitignore start on the road 2019-03-10 13:50:59 +08:00
Dockerfile start on the road 2019-03-10 13:50:59 +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