grim/convey

Turn on coverage when running go test

2017-07-30, Gary Kramlich
f72b62ab66bf
Parents 354542a003fa
Children 3703e6055a05
Turn on coverage when running go test
  • +1 -1
    convey.yml
  • --- a/convey.yml Sun Jul 30 21:07:44 2017 -0500
    +++ b/convey.yml Sun Jul 30 21:19:21 2017 -0500
    @@ -21,7 +21,7 @@
    - '**/junit.xml'
    go-test:
    image: convey/go-test:latest
    - command: -sweet.opt "junit.output=junit.xml"
    + command: -cover -sweet.opt "junit.output=junit.xml"
    export-junit:
    type: export
    files: