proper .coveragerc formatting

This commit is contained in:
sneakers-the-rat 2023-09-05 22:45:26 -07:00
parent 456a5315d2
commit ecbb106581
2 changed files with 6 additions and 8 deletions

View file

@ -18,6 +18,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: pip install .[tests]

View file

@ -1,10 +1,7 @@
[run]
branch = true
source = [
"nwb_linkml"
]
omit = [
"*/nwb_schema_language/*",
"*/nwb_linkml/models/*",
"*/tests/*"
]
source = nwb_linkml
omit =
*/nwb_schema_language/*
*/nwb_linkml/models/*
*/tests/*