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

bug: deal with python module named index.py #13

Merged
merged 2 commits into from
Mar 4, 2025
Merged

bug: deal with python module named index.py #13

merged 2 commits into from
Mar 4, 2025

Conversation

tlambert03
Copy link
Owner

This deals with an edge case I ran into when a python module is named index.py ... we don't want it to conflict with an __init__.py (which is generated at index.md)... so we put it at index_py.md

Verified

This commit was signed with the committer’s verified signature.
tlambert03 Talley Lambert
Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5537b26) to head (a1e355b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #13   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          142       142           
=========================================
  Hits           142       142           

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

Verified

This commit was signed with the committer’s verified signature.
tlambert03 Talley Lambert
@tlambert03 tlambert03 merged commit 5345b06 into main Mar 4, 2025
14 checks passed
@tlambert03 tlambert03 deleted the indexpy branch March 4, 2025 18:24
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

1 participant