Skip to content

Commit

Permalink
Merge pull request #136 from Thiht/Thiht-patch-1
Browse files Browse the repository at this point in the history
Create codecov.yml + cache travis dependencies
  • Loading branch information
Thiht authored Jun 28, 2020
2 parents 879ccc3 + 8d8e36a commit bb883c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ os: linux
go:
- 1.14.x

cache:
yarn: true
directories:
- $GOPATH/pkg/mod

services:
- docker

Expand Down
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
coverage:
status:
patch: off

0 comments on commit bb883c0

Please sign in to comment.