mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Add Codecov badge and remove report style (#8896)
This commit is contained in:
parent
fc35f02004
commit
690bf714c5
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
comment:
|
comment:
|
||||||
layout: "diff, flags, files"
|
layout: "flags, files"
|
||||||
behavior: default
|
behavior: default
|
||||||
require_changes: true # only comment on changes in coverage
|
require_changes: true # only comment on changes in coverage
|
||||||
require_base: yes # [yes :: must have a base report to post]
|
require_base: yes # [yes :: must have a base report to post]
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
[![Windows Build Status][appveyor-badge]][appveyor]
|
[![Windows Build Status][appveyor-badge]][appveyor]
|
||||||
[![GoDoc][godoc-badge]][godoc]
|
[![GoDoc][godoc-badge]][godoc]
|
||||||
[![GoReportCard][report-badge]][report]
|
[![GoReportCard][report-badge]][report]
|
||||||
|
[](https://codecov.io/gh/hashicorp/packer)
|
||||||
|
|
||||||
[travis-badge]: https://travis-ci.org/hashicorp/packer.svg?branch=master
|
[travis-badge]: https://travis-ci.org/hashicorp/packer.svg?branch=master
|
||||||
[travis]: https://travis-ci.org/hashicorp/packer
|
[travis]: https://travis-ci.org/hashicorp/packer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue