Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support codecov #73

Open
La0 opened this issue Oct 24, 2019 · 2 comments
Open

Support codecov #73

La0 opened this issue Oct 24, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@La0
Copy link
Contributor

La0 commented Oct 24, 2019

As it needs a token for upload. Nice to have.

@La0 La0 added the enhancement New feature or request label Oct 24, 2019
@calixteman
Copy link
Collaborator

calixteman commented Dec 19, 2019

For rust, an example of what we're using:
https://github.com/mozilla/dump_syms/blob/master/.taskcluster.yml#L80-L82
And require we build with rust nightly and these options:
https://github.com/mozilla/dump_syms/blob/master/.taskcluster.yml#L66-L67

@La0
Copy link
Contributor Author

La0 commented Dec 19, 2019

The issue here is that you need grcov to convert the payload.
I don't think task-boot should depend on grcov: it should expect an archive to upload to codecov, only managing the upload with secrets.

As for a frontend build + upload, we should have 2 tasks:

  1. implemented fully by the client app to produce a codecov.zip artifact
  2. taskboot codecov

@marco-c Any thoughts as that touches grcov ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants