mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
proper .coveragerc formatting
This commit is contained in:
parent
456a5315d2
commit
ecbb106581
2 changed files with 6 additions and 8 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -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]
|
||||
|
|
|
@ -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/*
|
Loading…
Reference in a new issue