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

Add parent ctr init call in InvalidArgumentError #9751

Merged
merged 1 commit into from
Jul 21, 2023

fix(exceptions): add parent ctr init in InvalidArgumentError

26c213f
Select commit
Loading
Failed to load commit list.
Merged

Add parent ctr init call in InvalidArgumentError #9751

fix(exceptions): add parent ctr init in InvalidArgumentError
26c213f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 21, 2023 in 0s

90.46% (+0.01%) compared to 41df96f

View this Pull Request on Codecov

90.46% (+0.01%) compared to 41df96f

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (41df96f) 90.45% compared to head (26c213f) 90.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9751      +/-   ##
==========================================
+ Coverage   90.45%   90.46%   +0.01%     
==========================================
  Files         480      480              
  Lines       36572    36585      +13     
  Branches     5259     5261       +2     
==========================================
+ Hits        33081    33098      +17     
+ Misses       2892     2889       -3     
+ Partials      599      598       -1     
Impacted Files Coverage Δ
dvc/exceptions.py 93.83% <100.00%> (+0.12%) ⬆️
tests/func/artifacts/test_artifacts.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.