Antoine Leveugle
Antoine Leveugle
Hello, I also have this issue with the latest release (v1.2.11-rc13). This is what I have: ``` INFO: Analyse for /data/jenkins/workspace/ationService-Go_chore_sonar-BUGXILDQDK6PPNYIOVBIGNWPEOEDYM7IDLNDBWO5MBCRQOTNCQSA/coverage.xml WARN: unable to create InputFile object: /go/src/github.enterprise.com/enterprise/AuthenticationService-Go/handlers/handler.go ``` And...
Yes of course [coverage.zip](https://github.com/uartois/sonar-golang/files/1732949/coverage.zip) Thank you!
This is the Dockerfile of the image where I create the sonar reports files: ``` FROM golang:1.9-alpine3.7 RUN apk --no-cache add -U make git musl-dev gcc RUN go get -u...
Yes that's also what I suspected. The project path is generated since I'm building a Jenkins Pipeline. So I thought to replace the path in the coverage.xml path to match...
There is an opened pull request on `github.com/AlekSi/gocov-xml` (here [github.com/AlekSi/gocov-xml/pull/4](https://github.com/AlekSi/gocov-xml/pull/4) adding some interesting options. When using `github.com/Centny/gocov-xml` and using the `-pwd` argument, the generated `coverage.xml` is now: ``` ``` instead...
I could not wait until monday, I just tested it and it works, I now have the coverage informations in sonarqube. But I guess I will have to use the...
cc @Sadzeih , what do you think about this?
About branches or tags, with https://gopkg.in the major branch versioning is handled smoothly. GitHub.com/alexjomin/openapi-parser.v1 point to the branch v1 of the repo.
Oups. About keepachangelog, it is a manually maintained Changelog ?
Hello, I'm not sure to understand, the example you give is before or after? Can you give the before/after to compare? By the way you need to rebase your branch,...