mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2025-01-10 06:04:28 +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]
|
run: pip install .[tests]
|
||||||
working-directory: nwb_linkml
|
working-directory: nwb_linkml
|
||||||
|
|
||||||
- uses: pavelzw/pytest-action@v2
|
- name: Run Tests
|
||||||
with:
|
run: pytest
|
||||||
emoji: true
|
working-directory: nwb_linkml
|
||||||
verbose: true
|
|
||||||
job-summary: true
|
|
||||||
custom-arguments: 'nwb_linkml/tests'
|
|
||||||
|
|
||||||
- run: "coveralls --service=github"
|
- name: Report coverage
|
||||||
|
working-directory: nwb_linkml
|
||||||
|
run: "coveralls --service=github"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
@ -66,7 +66,8 @@ build-backend = "poetry.core.masonry.api"
|
||||||
addopts = [
|
addopts = [
|
||||||
"--cov=nwb_linkml",
|
"--cov=nwb_linkml",
|
||||||
"--cov-append",
|
"--cov-append",
|
||||||
"--cov-config=.coveragerc"
|
"--cov-config=.coveragerc",
|
||||||
|
"--emoji"
|
||||||
]
|
]
|
||||||
testpaths = [
|
testpaths = [
|
||||||
"tests",
|
"tests",
|
||||||
|
|
Loading…
Reference in a new issue