trying to get absolute paths out of coverage report

This commit is contained in:
sneakers-the-rat 2023-09-05 22:54:20 -07:00
parent ecbb106581
commit 85beef4276
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[run]
branch = true
source = nwb_linkml
source = ./nwb_linkml/src/nwb_linkml
omit =
*/nwb_schema_language/*
*/nwb_linkml/models/*