Skip to content

Commit

Permalink
remove publish
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Sep 27, 2023
1 parent 2d28465 commit a64f400
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ pipeline {
ToxEnvRun('cover')
ToxEnvRun('cobertura')
}
post {
success {
HTMLReport('cover', 'index.html', 'coverage.py report')
CoberturaReport('**/coverage.xml')
}
}
}

stage('Dependency check') {
Expand Down

0 comments on commit a64f400

Please sign in to comment.