1
1
Fork 0
mirror of https://github.com/lddsb/drone-goreportcard synced 2024-05-03 22:26:04 +02:00
Go report card Drone plugin
Go to file
lddsb a267fc8744 start on the road 2019-03-10 13:50:59 +08:00
.drone.yml start on the road 2019-03-10 13:50:59 +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 start on the road 2019-03-10 13:50:59 +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