# README
Drone configuration example
kind: pipeline
name: default
steps:
- name: coverage-retention
image: alexwilkerson/drone-go-coverage:latest
settings:
coverage_threshold: 49
subdirectory: "path/to/subdirectory"
kind: pipeline
name: default
steps:
- name: coverage-retention
image: alexwilkerson/drone-go-coverage:latest
settings:
coverage_threshold: 49
subdirectory: "path/to/subdirectory"