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

BF(TST): clean command should be invoked within a dataset #6359

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

yarikoptic
Copy link
Member

Likely this test never failed to run (until it was ran during
Debian package build) since was always invoked within git clone
of datalad source code base. So "clean" was able to find the dataset
to "work on". When building a package, there were no git repository
and test failed since "clean" exited with 2 instead of 0.

Likely this test never failed to run (until it was ran during
Debian package build) since was always invoked within git clone
of datalad source code base.  So "clean" was able to find the dataset
to "work on".  When building a package, there were no git repository
and test failed since "clean" exited with 2 instead of 0.
@codeclimate
Copy link

codeclimate bot commented Jan 20, 2022

Code Climate has analyzed commit 5f86ea2 and detected 0 issues on this pull request.

View more on Code Climate.

@codecov
Copy link

codecov bot commented Jan 20, 2022

Codecov Report

Merging #6359 (5f86ea2) into master (4ea21cb) will decrease coverage by 0.87%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6359      +/-   ##
==========================================
- Coverage   89.84%   88.97%   -0.88%     
==========================================
  Files         331      331              
  Lines       43208    43198      -10     
==========================================
- Hits        38820    38434     -386     
- Misses       4388     4764     +376     
Impacted Files Coverage Δ
datalad/cmdline/tests/test_main.py 84.12% <100.00%> (-1.44%) ⬇️
datalad/version.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/plugin/wtf.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/plugin/addurls.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/interface/clean.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/interface/rerun.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/plugin/no_annex.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/interface/unlock.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/distribution/drop.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/plugin/add_readme.py 0.00% <0.00%> (-100.00%) ⬇️
... and 50 more

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 4ea21cb...5f86ea2. Read the comment docs.

@yarikoptic yarikoptic added the semver-tests Changes only affect tests, no impact on version label Jan 26, 2022
@yarikoptic
Copy link
Member Author

trivial and only fixing a test, will merge (and drop patch from perspective debian package for upcoming 0.16.0)

@yarikoptic yarikoptic merged commit b50c17e into datalad:master Jan 26, 2022
@yarikoptic yarikoptic deleted the bf-libmode branch April 5, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-tests Changes only affect tests, no impact on version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant