diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd0ec8..b2d2701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - Features - (#23) Adds edge-attribute matching alongside node-attribute matching (thanks @MelomanCool!), along with tests for attribute-matching (#24) - (#25) Pass edge-attribute matching functions along through all methods to enable user-defined edge-attribute matching +- Housekeeping + - (#26) Added a codecov config file to ignore setup.py from test suite ## [v2.0.1 (Sep 20 2021)](https://pypi.org/project/grandiso/2.0.1/) diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..9b7c16f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "setup.py"