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

Make scheduler private #3806

Merged
merged 2 commits into from Mar 26, 2024
Merged

Make scheduler private #3806

merged 2 commits into from Mar 26, 2024

Conversation

ktbarrett
Copy link
Member

Closes #3805. cocotb.scheduler.Scheduler is not yet an independently usable object, nor has any use being touched by users during normal operation, so it has no use in being public API.

Copy link

codecov bot commented Mar 25, 2024

Codecov Report

Attention: Patch coverage is 87.50000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 73.53%. Comparing base (51a489f) to head (e0d94b5).
Report is 1 commits behind head on master.

Files Patch % Lines
src/cocotb/__init__.py 88.88% 0 Missing and 1 partial ⚠️
src/cocotb/ipython_support.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3806   +/-   ##
=======================================
  Coverage   73.53%   73.53%           
=======================================
  Files          49       49           
  Lines        7915     7915           
  Branches     2207     2204    -3     
=======================================
  Hits         5820     5820           
+ Misses       1596     1586   -10     
- Partials      499      509   +10     

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

@marlonjames marlonjames added type:cleanup cleanup or refactoring on code, documentation, or other areas category:codebase:scheduler relating to cocotb's coroutine scheduler, triggers, and coroutine objects labels Mar 25, 2024
@ktbarrett ktbarrett merged commit ea53fb0 into cocotb:master Mar 26, 2024
29 checks passed
@ktbarrett ktbarrett deleted the scheduler-private branch March 26, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:codebase:scheduler relating to cocotb's coroutine scheduler, triggers, and coroutine objects type:cleanup cleanup or refactoring on code, documentation, or other areas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs for latest not able to differentiate cocotb.scheduler object from module
3 participants