libhal / SJSU-Dev2

Firmware platform written by San Jose State University for building application for embedded systems
Apache License 2.0
42 stars 63 forks source link

CanNetwork: Solve shared CAN periperal problem #1415

Closed kammce closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #1415 (dab06cd) into master (d5e71dd) will increase coverage by 6.2%. The diff coverage is 60.3%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1415     +/-   ##
========================================
+ Coverage    52.8%   58.9%   +6.2%     
========================================
  Files          94      94             
  Lines        4506    4595     +89     
  Branches      964     980     +16     
========================================
+ Hits         2376    2706    +330     
- Misses       1626    1629      +3     
+ Partials      504     260    -244     
Impacted Files Coverage Δ
library/L2_HAL/actuators/servo/rmd_x.hpp 10.5% <22.3%> (+4.9%) :arrow_up:
library/L1_Peripheral/lpc40xx/can.hpp 86.0% <42.9%> (+12.4%) :arrow_up:
library/L1_Peripheral/can.hpp 84.4% <85.8%> (+44.4%) :arrow_up:
library/utility/allocator.hpp 94.2% <100.0%> (ø)
library/L2_HAL/memory/sd.hpp 11.9% <0.0%> (+0.7%) :arrow_up:
library/L1_Peripheral/lpc40xx/uart.hpp 63.5% <0.0%> (+1.7%) :arrow_up:
library/utility/bit.hpp 89.6% <0.0%> (+2.5%) :arrow_up:
library/L1_Peripheral/lpc40xx/i2c.hpp 89.3% <0.0%> (+2.9%) :arrow_up:
library/L1_Peripheral/cortex/interrupt.hpp 74.3% <0.0%> (+2.9%) :arrow_up:
library/L3_Application/commandline.hpp 38.3% <0.0%> (+3.0%) :arrow_up:
... and 34 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d5e71dd...dab06cd. Read the comment docs.