"examples/vscode:/vscode.git/clone" did not exist on "e86306614403d75bebd866cf62cd4e5503b94ec3"
Commit 1707b0e1 authored by Paul's avatar Paul
Browse files

Try using a pipe instead

parent fa94731b
......@@ -124,7 +124,7 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info '/usr/*' --output-file coverage.info
lcov --list coverage.info
bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
curl -s https://codecov.io/bash | bash
'''
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment