Skip to content

Commit

Permalink
updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed Feb 10, 2020
1 parent 9df5d4b commit 4bcdde6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2.1
orbs:
codecov: codecov/[email protected].4
codecov: codecov/[email protected].5
jobs:
build:
docker:
- image: circleci/golang:latest
working_directory: /go/src/github.com/auyer/steganography
steps:
- checkout
- run: go get -v -t -d github.com/auyer/steganography
- run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
- codecov/upload:
file: coverage.txt
Expand All @@ -21,15 +20,13 @@ jobs:
working_directory: /go/src/github.com/auyer/steganography
steps:
- checkout
- run: go get -v -t -d github.com/auyer/steganography
- run: go test -v ./...
test19:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/auyer/steganography
steps:
- checkout
- run: go get -v -t -d github.com/auyer/steganography
- run: go test -v ./...
workflows:
version: 2
Expand Down

0 comments on commit 4bcdde6

Please sign in to comment.