diff --git a/.gitignore b/.gitignore index d63e6b5..77b40c1 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ dist #Test go build jocasta .jocasta.yaml + +# coverage report generated by codecov +coverage.txt diff --git a/.travis.yml b/.travis.yml index afc763c..9c0f7d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,5 +37,4 @@ deploy: script: curl -sL https://git.io/goreleaser | bash on: tags: true - branch: master condition: $LATEST = true \ No newline at end of file