Skip to content

Commit

Permalink
remove travis and better codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Link512 committed Oct 3, 2019
1 parent d1f7922 commit 1565a85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
12 changes: 5 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
---
kind: pipeline
type: docker
name: default
name: CI/CD

steps:
- name: test
image: golang
environment:
CODECOV_TOKEN:
from_secret: codecov_slug
commands:
- go get github.com/matryer/moq
- make cover

- name: codecov
image: plugins/codecov
settings:
token:
from_secret: codecov_slug
- bash -c 'bash <(curl -s https://codecov.io/bash)'

- name: build
image: golang
Expand Down
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

0 comments on commit 1565a85

Please sign in to comment.