mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
abandoning github action build
This commit is contained in:
parent
ce5cd18212
commit
456a5315d2
2 changed files with 8 additions and 8 deletions
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
|
@ -23,13 +23,12 @@ jobs:
|
|||
run: pip install .[tests]
|
||||
working-directory: nwb_linkml
|
||||
|
||||
- uses: pavelzw/pytest-action@v2
|
||||
with:
|
||||
emoji: true
|
||||
verbose: true
|
||||
job-summary: true
|
||||
custom-arguments: 'nwb_linkml/tests'
|
||||
- name: Run Tests
|
||||
run: pytest
|
||||
working-directory: nwb_linkml
|
||||
|
||||
- run: "coveralls --service=github"
|
||||
- name: Report coverage
|
||||
working-directory: nwb_linkml
|
||||
run: "coveralls --service=github"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
@ -66,7 +66,8 @@ build-backend = "poetry.core.masonry.api"
|
|||
addopts = [
|
||||
"--cov=nwb_linkml",
|
||||
"--cov-append",
|
||||
"--cov-config=.coveragerc"
|
||||
"--cov-config=.coveragerc",
|
||||
"--emoji"
|
||||
]
|
||||
testpaths = [
|
||||
"tests",
|
||||
|
|
Loading…
Reference in a new issue