Skip to content

Conversation

@user27182
Copy link
Contributor

Fix #134

@codecov
Copy link

codecov bot commented Oct 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.14%. Comparing base (f99335f) to head (8ddaa46).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #135      +/-   ##
==========================================
+ Coverage   79.10%   79.14%   +0.03%     
==========================================
  Files           5        5              
  Lines         536      537       +1     
==========================================
+ Hits          424      425       +1     
  Misses        112      112              
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@user27182
Copy link
Contributor Author

Test failure seems unrelated... ?

@akaszynski
Copy link
Collaborator

Test failure seems unrelated... ?

Yep, it's just the difference in whitespace:

str_a = "UTC OS Darwin macOS 15 7 1 CPU s 3 Machine arm64 Architecture 64bit RAM 7 GiB Environment Python File system apfs Python 3 12 1 v3 12 1 cc8128 367 Apr 8 2 25 8 46 59 Clang 13 clang 13 29 3 numpy 2 3 4 scipy 1 16 3 scooby 1 3 dev6 g8f688f 76"
str_b = " UTC OS Darwin macOS 15 7 1 CPU s 3 Machine arm64 Architecture 64bit RAM 7 GiB Environment Python File system apfs Python 3 12 1 v3 12 1 cc8128 367 Apr 8 2 25 8 46 59 Clang 13 clang 13 29 3 numpy 2 3 4 scipy 1 16 3 scooby 1 3 dev6 g8f688f 76"

Note the first character difference in str_b.

@akaszynski akaszynski merged commit 5be5554 into banesullivan:main Nov 1, 2025
16 checks passed
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.

get_distribution_dependencies fails when there are no required dependencies

2 participants