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 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies - name: Install dependencies
run: pip install .[tests] run: pip install .[tests]

View file

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