Skip to content

Commit

Permalink
Merge 01fde47 into bf3f7b8
Browse files Browse the repository at this point in the history
  • Loading branch information
tinamthomas committed Dec 6, 2020
2 parents bf3f7b8 + 01fde47 commit 2219183
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,8 @@ jobs:
- go mod vendor
- go test -covermode=count -coverprofile=coverage.out -v ./...
- "$GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci"
after_success:
- bash <(curl -s https://codecov.io/bash)
before_deploy: "./build && ./upx_compress.sh"
deploy:
provider: releases
Expand Down
23 changes: 23 additions & 0 deletions codecov.yml
@@ -0,0 +1,23 @@
codecov:
token: ""
bot: "codecov-io"
strict_yaml_branch: "yaml-config"
max_report_age: 24
disable_default_path_fixes: no
require_ci_to_pass: no
status:
project:
default:
target: 88% # the required coverage value
threshold: 1% # the leniency in hitting the target
notify:
after_n_builds: 2
wait_for_ci: yes
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: # branch names that can post comment
- "master"

0 comments on commit 2219183

Please sign in to comment.