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

Ensure the signatures of our drm intercept functions are correct #3029

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

AlanGriffiths
Copy link
Collaborator

Fixes: #3019

@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Merging #3029 (98250e9) into main (82c6c01) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3029   +/-   ##
=======================================
  Coverage   77.70%   77.70%           
=======================================
  Files        1056     1056           
  Lines       73393    73393           
=======================================
+ Hits        57032    57033    +1     
+ Misses      16361    16360    -1     
Files Changed Coverage Δ
tests/include/mir/test/doubles/mock_drm.h 75.00% <ø> (ø)
tests/mir_test_doubles/mock_drm.cpp 85.14% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

@Saviq Saviq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat!

@Saviq Saviq enabled auto-merge August 31, 2023 11:38
@Saviq Saviq added this pull request to the merge queue Aug 31, 2023
Merged via the queue into main with commit a67f858 Aug 31, 2023
32 checks passed
@Saviq Saviq deleted the fix-3019 branch August 31, 2023 12:28
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.

Tests failing on Alpine/edge: RealKMSOutputTest.drm_set_gamma*
2 participants