Conversation
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
|
|
||
| ```shell | ||
| # create builder | ||
| $ docker buildx create --use |
There was a problem hiding this comment.
Does this require a container builder? If it's just single arch, it should work without, I think?
There was a problem hiding this comment.
Yes required because we are building against multi-platforms (osxkeychain, wincred, pass)
There was a problem hiding this comment.
ah, right, it's building all of them
what's the easiest way to build only one?
| The programs in this repository are written with the Go programming language. These instructions assume that you have previous knowledge about the language and you have it installed in your machine. | ||
| Or if the toolchain is already installed on your machine: | ||
|
|
||
| 1 - Download the source and put it in your `$GOPATH` with `go get`. |
There was a problem hiding this comment.
Looks like this section is in need of a rewrite as well (go get won't work anymore to clone the repository)
There was a problem hiding this comment.
Yes if we bump to Go 1.19 this has to be changed
There was a problem hiding this comment.
I prepared #226 for go 1.18 (but best to do after this one)
ea3e129 to
1a03d8d
Compare
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
follow-up #209
Tests run on specific runners with respect to the target OS and the results are merged and sent to Codecov. Containerized tests are only available for host platform atm (that's why a specific job has been added in the build workflow).
cc @thaJeztah