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

adding psr4 and replace to composer.json #193

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

brettmc
Copy link
Collaborator

@brettmc brettmc commented Sep 14, 2023

when developing/testing, it's very useful to be able to install the entire contrib monorepo, eg to enable installing a branch via a custom repository via composer - we can do this for the core repo.
Add missing psr4 namespaces and a replace section. Add autoload->files so that autoinstrumentation etc work when the monorepo is installed.

when developing/testing, it's very useful to be able to install the entire contrib monorepo, eg to
enable installing a branch via a custom repository via composer.
Add missing psr4 namespaces and a replace section.
Add autoload->files so that autoinstrumentation etc continue to work.
@brettmc brettmc requested a review from a team September 14, 2023 12:52
@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Merging #193 (f4edfed) into main (c8e79a8) will increase coverage by 6.12%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

❗ Current head f4edfed differs from pull request most recent head 06fa1e3. Consider uploading reports for the commit 06fa1e3 to get more accurate results

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #193      +/-   ##
============================================
+ Coverage     28.60%   34.73%   +6.12%     
- Complexity      472      814     +342     
============================================
  Files            47       71      +24     
  Lines          1755     3078    +1323     
============================================
+ Hits            502     1069     +567     
- Misses         1253     2009     +756     
Flag Coverage Δ
7.4 46.18% <ø> (-6.12%) ⬇️
8.0 34.79% <ø> (+6.92%) ⬆️
8.1 34.82% <ø> (+6.89%) ⬆️
8.2 34.67% <ø> (+6.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c8e79a8...06fa1e3. Read the comment docs.

@brettmc brettmc merged commit 294929c into open-telemetry:main Sep 20, 2023
55 checks passed
@brettmc brettmc deleted the composer-replace branch September 20, 2023 12:25
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.

2 participants