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

Address mssql CI failure #255

Merged
merged 5 commits into from
Dec 26, 2024
Merged

Address mssql CI failure #255

merged 5 commits into from
Dec 26, 2024

Conversation

kklein
Copy link
Collaborator

@kklein kklein commented Dec 23, 2024

Status quo

  • Our mssql integration tests currentlhy support two drivers.
  • Our CI integration tests only run tests against one of both.
  • CI on main is failing for mssql

Changes

This PR makes CI use the the other type of driver. While this doesn't solve the problem with the previous driver, it makes for a simpler set up and makes tests run through.

I'm very open to suggestions to go about this in a different way!

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.36%. Comparing base (ddc96a5) to head (db627d9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #255      +/-   ##
==========================================
+ Coverage   93.25%   93.36%   +0.10%     
==========================================
  Files          18       18              
  Lines        1988     1988              
==========================================
+ Hits         1854     1856       +2     
+ Misses        134      132       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kklein kklein added the ready label Dec 23, 2024
@kklein kklein requested a review from ivergara December 23, 2024 20:53
Copy link
Collaborator

@ivergara ivergara left a comment

Choose a reason for hiding this comment

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

Labeled ready but the PR is still in draft.

@kklein kklein marked this pull request as ready for review December 26, 2024 10:00
@kklein kklein merged commit dfed6b8 into main Dec 26, 2024
90 checks passed
@kklein kklein deleted the mssql-ci branch December 26, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants