Skip to content

Commit

Permalink
fix openssl coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Apr 12, 2014
1 parent f536115 commit bee3b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicada/libinjection_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
"""),
'publish': [
PublishArtifact('console.txt', PUBDIR, 'console.txt', 'console'),
PublishArtifact('lcov-html', PUBDIR, '/lcov-html/index.html', 'coverage')
PublishArtifact('openssl/lcov-html', PUBDIR, '/lcov-html/index.html', 'coverage')
]
},
'cppcheck': {
Expand Down

0 comments on commit bee3b3d

Please sign in to comment.