mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
trying to get absolute paths out of coverage report
This commit is contained in:
parent
ecbb106581
commit
85beef4276
2 changed files with 2 additions and 2 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install .[tests]
|
run: pip install -e .[tests]
|
||||||
working-directory: nwb_linkml
|
working-directory: nwb_linkml
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[run]
|
[run]
|
||||||
branch = true
|
branch = true
|
||||||
source = nwb_linkml
|
source = ./nwb_linkml/src/nwb_linkml
|
||||||
omit =
|
omit =
|
||||||
*/nwb_schema_language/*
|
*/nwb_schema_language/*
|
||||||
*/nwb_linkml/models/*
|
*/nwb_linkml/models/*
|
||||||
|
|
Loading…
Reference in a new issue