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

MAINT: Miscellaneous #19

Merged
merged 7 commits into from
Jun 17, 2019
Merged

MAINT: Miscellaneous #19

merged 7 commits into from
Jun 17, 2019

Conversation

effigies
Copy link
Member

  • Move to Black
  • Add name= to setup for GitHub tracking
  • Update README and include in package
  • Test packaging on Travis
  • Add 3.8-dev entry to Travis

@codecov
Copy link

codecov bot commented Jun 14, 2019

Codecov Report

Merging #19 into master will increase coverage by 0.48%.
The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #19      +/-   ##
=========================================
+ Coverage   91.81%   92.3%   +0.48%     
=========================================
  Files           5       5              
  Lines         110     117       +7     
  Branches       20      20              
=========================================
+ Hits          101     108       +7     
  Misses          4       4              
  Partials        5       5
Flag Coverage Δ
#unittests 92.3% <93.75%> (+0.48%) ⬆️
Impacted Files Coverage Δ
niflow_manager/cli/init.py 100% <100%> (ø) ⬆️
niflow_manager/cli/main.py 100% <100%> (ø) ⬆️
niflow_manager/util/fsutil.py 83.87% <75%> (ø) ⬆️
niflow_manager/util/git.py 66.66% <75%> (ø) ⬆️

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 69f993e...5eb1994. Read the comment docs.

elif [ "$INSTALL" = "wheel" ]; then
pip install "$( ls dist/niflow_manager*.whl )[test]"
elif [ "$INSTALL" = "editable" ]; then
pip install -e ".[test]"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note that I added this test to make sure that weirdness doesn't arise from the fact that we have these fake Python files in the data directory.

@effigies
Copy link
Member Author

Okay. I think I did all the little things I wanted to in this one. Reviews welcome.

@effigies effigies merged commit c6d59ce into niflows:master Jun 17, 2019
@effigies effigies deleted the mnt/misc branch June 17, 2019 13:51
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.

1 participant