Skip to content

Commit

Permalink
Add codecov config file (#26)
Browse files Browse the repository at this point in the history
* Add codecov config file

* Mention codecov in changelog
  • Loading branch information
j6k4m8 authored Dec 9, 2021
1 parent 656c07a commit 79da380
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "setup.py"

0 comments on commit 79da380

Please sign in to comment.