"...composable_kernel_rocm.git" did not exist on "a29d2b76757eadf83e0d7c902b0fdbcb2610cf02"
Commit fa94731b authored by Paul's avatar Paul
Browse files

Fix formatting

parent 468809be
...@@ -121,10 +121,10 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build -> ...@@ -121,10 +121,10 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
env.CODECOV_TOKEN="8545af1c-f90b-4345-92a5-0d075503ca56" env.CODECOV_TOKEN="8545af1c-f90b-4345-92a5-0d075503ca56"
sh ''' sh '''
cd build cd build
lcov --directory . --capture --output-file coverage.info lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info '/usr/*' --output-file coverage.info lcov --remove coverage.info '/usr/*' --output-file coverage.info
lcov --list coverage.info lcov --list coverage.info
bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports" bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
''' '''
} }
} }
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