Skip to content

Commit

Permalink
make codecov bot to comment on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Sep 25, 2019
1 parent c512109 commit ff26fb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ os: linux
language: go
go:
- 1.12.9

env:
global:
- GOPROXY=https://proxy.golang.org
Expand Down Expand Up @@ -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

0 comments on commit ff26fb3

Please sign in to comment.