mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54: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'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install .[tests]
|
||||
run: pip install -e .[tests]
|
||||
working-directory: nwb_linkml
|
||||
|
||||
- name: Run Tests
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[run]
|
||||
branch = true
|
||||
source = nwb_linkml
|
||||
source = ./nwb_linkml/src/nwb_linkml
|
||||
omit =
|
||||
*/nwb_schema_language/*
|
||||
*/nwb_linkml/models/*
|
||||
|
|
Loading…
Reference in a new issue