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

ci: test on a windows runner #300

Closed
wants to merge 7 commits into from
Closed

ci: test on a windows runner #300

wants to merge 7 commits into from

Conversation

machow
Copy link
Collaborator

@machow machow commented Apr 17, 2024

This PR addresses potential issues when using GT.save() on a windows machine. It removes an unnecessary tmp dir being used when initiating NamedTemporaryFile (which could cause bizarreness), and adds a windows runner to our CI.

Edit: let's push fine-tuning to #276, which uploads saved table images as artifacts in our CI.

@codecov-commenter
Copy link

codecov-commenter commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.71%. Comparing base (14ce2c5) to head (40587a8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #300      +/-   ##
==========================================
- Coverage   81.71%   81.71%   -0.01%     
==========================================
  Files          41       41              
  Lines        4321     4320       -1     
==========================================
- Hits         3531     3530       -1     
  Misses        790      790              

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

@github-actions github-actions bot temporarily deployed to pr-300 April 17, 2024 18:49 Destroyed
@machow machow changed the title fix: save() on windows (tweaks and CI test runner) ci: test on a windows runner Apr 17, 2024
@github-actions github-actions bot temporarily deployed to pr-300 April 17, 2024 20:49 Destroyed
@github-actions github-actions bot temporarily deployed to pr-300 April 17, 2024 21:00 Destroyed
@github-actions github-actions bot temporarily deployed to pr-300 April 17, 2024 21:13 Destroyed
@github-actions github-actions bot temporarily deployed to pr-300 April 17, 2024 21:41 Destroyed
@machow
Copy link
Collaborator Author

machow commented Apr 17, 2024

Okay, the remaining test failures are all related to paths in our fmt_image snapshot tests!

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.

None yet

2 participants