Skip to content

Change rustdoc docs to only compile+run in release mode#1431

Merged
josecelano merged 1 commit into
torrust:developfrom
victorb:patch-1
Apr 4, 2025
Merged

Change rustdoc docs to only compile+run in release mode#1431
josecelano merged 1 commit into
torrust:developfrom
victorb:patch-1

Conversation

@victorb
Copy link
Copy Markdown
Contributor

@victorb victorb commented Apr 4, 2025

As-is, it asks the user to do a release mode build first, then after creating the directories, then do a debug mode build + run.

This commit simplifies it and avoids compiling the tracker in both debug and release mode, and instead only compiles+run with release mode

As-is, it asks the user to do a release mode build first, then after creating the directories, then do a debug mode build + run.

This commit simplifies it and avoids compiling the tracker in both debug and release mode, and instead only compiles+run with release mode
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.45%. Comparing base (326e577) to head (a460116).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1431      +/-   ##
===========================================
- Coverage    83.47%   83.45%   -0.03%     
===========================================
  Files          234      234              
  Lines        17316    17197     -119     
  Branches     17316    17197     -119     
===========================================
- Hits         14454    14351     -103     
  Misses        2590     2590              
+ Partials       272      256      -16     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@josecelano
Copy link
Copy Markdown
Member

ACK a460116

@josecelano josecelano merged commit 3816446 into torrust:develop Apr 4, 2025
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.

2 participants