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

fix(tests): Remove assumptions about tmpfile location, clean up #1988

Closed
wants to merge 1 commit into from

Conversation

effigies
Copy link
Collaborator

@effigies effigies commented Jun 8, 2024

OSX tests are failing because we assume temporary files exist in /tmp, while OSX has different defaults. This creates a temporary file and splits the returned path to ensure we can point to existing files.

OSX tests are failing because we assume temporary files exist in /tmp,
while OSX has different defaults. This creates a temporary file and
splits the returned path to ensure we can point to existing files.
Copy link

codecov bot commented Jun 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.11%. Comparing base (aa76b84) to head (09e46d6).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1988      +/-   ##
==========================================
+ Coverage   85.68%   87.11%   +1.43%     
==========================================
  Files          91      130      +39     
  Lines        3792     6304    +2512     
  Branches     1220     1520     +300     
==========================================
+ Hits         3249     5492    +2243     
- Misses        457      721     +264     
- Partials       86       91       +5     

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

@effigies
Copy link
Collaborator Author

Closed in favor of #1989.

@effigies effigies closed this Jun 10, 2024
@effigies effigies deleted the fix/osx-tests branch June 10, 2024 11:58
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.

1 participant