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

(Towards #2668) Implementation of keyword arguments to transformations instead of options dict. #2877

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Trying some other formatting

acef4c4
Select commit
Loading
Failed to load commit list.
Draft

(Towards #2668) Implementation of keyword arguments to transformations instead of options dict. #2877

Trying some other formatting
acef4c4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 31, 2025 in 0s

99.85% (-0.05%) compared to 10a3a6e

View this Pull Request on Codecov

99.85% (-0.05%) compared to 10a3a6e

Details

Codecov Report

Attention: Patch coverage is 90.32258% with 21 lines in your changes missing coverage. Please review.

Project coverage is 99.85%. Comparing base (10a3a6e) to head (acef4c4).
Report is 16 commits behind head on master.

Files with missing lines Patch % Lines
src/psyclone/utils.py 77.77% 18 Missing ⚠️
src/psyclone/tests/psyGen_test.py 90.00% 2 Missing ⚠️
src/psyclone/psyGen.py 98.36% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2877      +/-   ##
==========================================
- Coverage   99.89%   99.85%   -0.05%     
==========================================
  Files         359      359              
  Lines       50995    51178     +183     
==========================================
+ Hits        50940    51102     +162     
- Misses         55       76      +21     

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