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

Rename lib to torrust_tracker_lib #1169

Conversation

josecelano
Copy link
Member

@josecelano josecelano commented Dec 27, 2024

Rename lib to torrust_tracker_lib to avoid collisions in docs:

cargo doc --no-deps --bins --examples --workspace --all-features

becuase the main binary and lib have the same name.

@josecelano
Copy link
Member Author

ACK 8ac9f59

to avoid collisions in docs:

```
cargo doc --no-deps --bins --examples --workspace --all-features
```

becuase the main binary and lib have the same name.
@josecelano josecelano force-pushed the 1137-error-running-cargo-doc-warning-output-filename-collision branch from 8ac9f59 to bfaf08b Compare December 27, 2024 09:10
Copy link

codecov bot commented Dec 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.00%. Comparing base (4291bba) to head (bfaf08b).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1169      +/-   ##
===========================================
- Coverage    76.17%   76.00%   -0.18%     
===========================================
  Files          174      174              
  Lines        11601    11601              
  Branches     11601    11601              
===========================================
- Hits          8837     8817      -20     
- Misses        2606     2613       +7     
- Partials       158      171      +13     

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

@josecelano josecelano merged commit c932c9c into torrust:develop Dec 27, 2024
23 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.

Error running cargo doc: warning: output filename collision
1 participant