tpaviot / ProcessScheduler

A Python package for automatic and optimized resource scheduling
https://processscheduler.github.io/
GNU General Public License v3.0
58 stars 17 forks source link

Export Task class itself #99

Closed dreinon closed 2 years ago

sourcery-ai[bot] commented 2 years ago

Sourcery Code Quality Report

❌  Merging this PR will decrease code quality in the affected files by 0.16%.

Quality metrics Before After Change
Complexity 1.00 ⭐ 1.00 ⭐ 0.00
Method Length 57.00 ⭐ 58.00 ⭐ 1.00 👎
Working memory 6.00 ⭐ 6.00 ⭐ 0.00
Quality 83.46% 83.30% -0.16% 👎
Other metrics Before After Change
Lines 37 38 1
Changed files Quality Before Quality After Quality Change
processscheduler/init.py 83.46% ⭐ 83.30% ⭐ -0.16% 👎

Here are some functions in these files that still need a tune-up:

File Function Complexity Length Working Memory Quality Recommendation

Legend and Explanation

The emojis denote the absolute quality of the code:

The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.


Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Help us improve this quality report!

codecov-commenter commented 2 years ago

Codecov Report

Merging #99 (f40611c) into master (8509509) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #99   +/-   ##
=======================================
  Coverage   95.11%   95.11%           
=======================================
  Files          35       35           
  Lines        3889     3889           
=======================================
  Hits         3699     3699           
  Misses        190      190           
Impacted Files Coverage Δ
processscheduler/__init__.py 88.23% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8509509...f40611c. Read the comment docs.