make codecov bot to comment on PRs

pull/5459/head
Medya Gh 2019-09-25 11:48:40 -07:00
parent c5121099cf
commit ff26fb3ab7
2 changed files with 7 additions and 4 deletions

View File

@ -1 +1,7 @@
comment: false
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
branches: null # branch names that can post comment

View File

@ -2,7 +2,6 @@ os: linux
language: go
go:
- 1.12.9
env:
global:
- GOPROXY=https://proxy.golang.org
@ -33,10 +32,8 @@ matrix:
before_install:
- sudo apt-get install -y libvirt-dev
script: make test
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks: https://www.travisbuddy.com/
on_success: never # travisbuddy don't comment on successful