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

Codecov: Fix file path prefixes #101

Merged
merged 2 commits into from
Jul 12, 2019

Conversation

markwolff
Copy link
Member

@markwolff markwolff commented Jul 12, 2019

Fixes #97

Sample Generated Report - only core has a non-empty report for now

5e7b244 removes the publishing of the report of opentelemetry-scope-base because it was an empty report. Codecov seems to error out every report if any are empty, so this should be added back in (with -p ../../) when there is code to be coverage checked.

Opting to use method proposed here so that all script logic is located in each package.json, instead of scanning for (non-empty) coverage reports in circleCI yaml.

It might also be a good idea to separate generation and publishing of reports as in https://github.com/vmarchaud/openprofiling-node/blob/master/packages/openprofiling-core/package.json#L12, since local dev box will never need to publish coverage reports.

@mayurkale22
Copy link
Member

It might also be a good idea to separate generation and publishing of reports

Totally agree. I would suggest to open an issue to address it.

@mayurkale22 mayurkale22 merged commit fdd896d into open-telemetry:master Jul 12, 2019
dyladan added a commit to dyladan/opentelemetry-js that referenced this pull request Sep 9, 2022
dyladan added a commit to dyladan/opentelemetry-js that referenced this pull request Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Codecov: file prefix missing leads to 404
2 participants