walks back on jenkinsfile changes
All checks were successful
gitea-physics/pysuperconductor/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2020-11-22 15:32:10 -06:00
parent bde80bf238
commit c89cc6331b

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ pipeline {
parallel{
stage('pytest') {
steps {
sh '${POETRY_HOME}/bin/poetry run pytest'
sh '${POETRY_HOME}/bin/poetry run pytest tests --junitxml pytest.xml -o junit_family=xunit1 --cov pysuperconductor --cov-report=xml:coverage.xml'
}
}
stage('lint') {