File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 5353 with :
5454 package-name : " rcutils"
5555 target-ros2-distro : ${{ inputs.ros-distribution }}
56- colcon-defaults : |
57- {
58- "build": {
59- "mixin": [ "coverage-gcc" ]
60- }
61- }
62- colcon-mixin-repository : https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
63- - uses : codecov/codecov-action@v1
64- with :
65- file : ros_ws/lcov/total_coverage.info
56+ skip-tests : true
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ extern "C"
4040 * \def RCUTILS_DEFAULT_LOGGER_DEFAULT_LEVEL
4141 * \brief The default severity level of the default logger.
4242 */
43- #define RCUTILS_DEFAULT_LOGGER_DEFAULT_LEVEL RCUTILS_LOG_SEVERITY_UNSET
43+ #define RCUTILS_DEFAULT_LOGGER_DEFAULT_LEVEL RCUTILS_LOG_SEVERITY_INFO
4444
4545/// The flag if the logging system has been initialized.
4646RCUTILS_PUBLIC
You can’t perform that action at this time.
0 commit comments