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

fixing running phpt tests #217

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Conversation

brettmc
Copy link
Collaborator

@brettmc brettmc commented Nov 27, 2023

trying to generate code coverage for phpt tests breaks the tests, so move them out of "integration" and into their own suite. Introduce a full non-coverage test suite run, and only generate coverage off unit and integration as we did previously.

trying to generate code coverage for phpt tests breaks the tests, so
move them out of "integration" and into their own suite.
Introduce a full non-coverage test suite run, and only generate coverage
off unit and integration as we did previously.
@brettmc brettmc requested a review from a team November 27, 2023 10:23
Copy link

codecov bot commented Nov 27, 2023

Codecov Report

Merging #217 (fe10063) into main (e34d500) will increase coverage by 53.95%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##               main     #217       +/-   ##
=============================================
+ Coverage     31.90%   85.85%   +53.95%     
- Complexity      878      883        +5     
=============================================
  Files            79       80        +1     
  Lines          3373     3393       +20     
=============================================
+ Hits           1076     2913     +1837     
+ Misses         2297      480     -1817     
Flag Coverage Δ
7.4 85.63% <ø> (+39.28%) ⬆️
8.0 85.23% <ø> (+53.49%) ⬆️
8.1 85.26% <ø> (+53.49%) ⬆️
8.2 85.79% <ø> (+53.93%) ⬆️

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

see 37 files with indirect coverage changes


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 e34d500...fe10063. Read the comment docs.

@brettmc brettmc merged commit de8340c into open-telemetry:main Nov 27, 2023
67 checks passed
@brettmc brettmc deleted the phpt-tests branch November 27, 2023 12:09
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