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
|
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]
|
||||||
|
|
|
@ -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/*"
|
|
||||||
]
|
|
Loading…
Reference in a new issue