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

feat: allow defaults to be configured by package singleton dataclass #16

Merged
merged 5 commits into from
Oct 24, 2019

Conversation

matfax
Copy link
Owner

@matfax matfax commented Oct 24, 2019

  • Enhancement: Default attributes of paths can now be set in a global singleton mutapath.PathDefaults.
  • Fix: not all attributes were cloned

@matfax matfax added bug Something isn't working Minor Version labels Oct 24, 2019
@codecov
Copy link

codecov bot commented Oct 24, 2019

Codecov Report

Merging #16 into master will increase coverage by 0.16%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   96.22%   96.39%   +0.16%     
==========================================
  Files           6        7       +1     
  Lines         424      444      +20     
==========================================
+ Hits          408      428      +20     
  Misses         16       16
Impacted Files Coverage Δ
mutapath/decorator.py 98.88% <ø> (ø) ⬆️
mutapath/immutapath.py 95.14% <100%> (+0.17%) ⬆️
mutapath/__init__.py 100% <100%> (ø) ⬆️
mutapath/defaults.py 100% <100%> (ø)
mutapath/mutapath.py 100% <100%> (ø) ⬆️

@matfax matfax merged commit 88196a5 into master Oct 24, 2019
@repo-ranger repo-ranger bot deleted the defaults branch October 24, 2019 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant