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

Find differences betweeen directories #18

Merged
merged 1 commit into from Jul 15, 2018
Merged

Find differences betweeen directories #18

merged 1 commit into from Jul 15, 2018

Conversation

petr-muller
Copy link
Owner

Given paths to two directories representing different codebase states
(like two different revision of the code repository), find Python
content (packages and modules) in the directory and output the
difference between them: packages & modules appearing, disappearing and
changing.

Given paths to two directories representing different codebase states
(like two different revision of the code repository), find Python
content (packages and modules) in the directory and output the
difference between them: packages & modules appearing, disappearing and
changing.
@codecov
Copy link

codecov bot commented Jul 15, 2018

Codecov Report

Merging #18 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #18   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      8    +1     
  Lines         849    940   +91     
=====================================
+ Hits          849    940   +91
Impacted Files Coverage Δ
pyff/packages.py 100% <100%> (ø) ⬆️
pyff/directories.py 100% <100%> (ø)

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 3cdba68...cbcf512. Read the comment docs.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 137

  • 102 of 102 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 125: 0.0%
Covered Lines: 940
Relevant Lines: 940

💛 - Coveralls

@petr-muller petr-muller merged commit 8edc893 into master Jul 15, 2018
@petr-muller petr-muller deleted the directories branch October 22, 2018 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants