Skip to content
Snippets Groups Projects
Commit 2a27bad8 authored by Lars Bilke's avatar Lars Bilke
Browse files

[coverage] Upload to codecov.

parent 96a52eb1
No related branches found
No related tags found
No related merge requests found
......@@ -207,8 +207,10 @@ pipeline {
}
post {
always {
dir('build') {
sh "curl -s https://codecov.io/bash | bash -s - -f *_cobertura.xml"
}
xunit([GoogleTest(pattern: 'build/Tests/testrunner.xml')])
cobertura coberturaReportFile: 'build/*_cobertura.xml'
}
}
}
......
codecov:
token: 2371d4ae-34d6-4a75-a212-0ecd2ffa2629
ignore:
- "Applications/CLI"
- "ProcessLib"
- "ThirdParty"
- "*Tests/**/*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment