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

Disable interrupts on Object Destruction #1419

Closed kammce closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #1419 (ff112b8) into master (414272d) will increase coverage by 0.2%. The diff coverage is 93.4%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1419     +/-   ##
========================================
+ Coverage    58.9%   59.1%   +0.2%     
========================================
  Files          94      94             
  Lines        4595    4598      +3     
  Branches      980     980             
========================================
+ Hits         2706    2713      +7     
+ Misses       1629    1627      -2     
+ Partials      260     258      -2     
Impacted Files Coverage Δ
library/L1_Peripheral/hardware_counter.hpp 94.2% <ø> (-0.6%) :arrow_down:
library/L2_HAL/sensors/battery/ltc4150.hpp 92.4% <ø> (-0.5%) :arrow_down:
library/L1_Peripheral/lpc40xx/gpio.hpp 79.5% <88.9%> (+3.3%) :arrow_up:
library/L1_Peripheral/lpc40xx/i2c.hpp 91.0% <100.0%> (+1.7%) :arrow_up:
library/L1_Peripheral/stm32f10x/gpio.hpp 93.5% <100.0%> (+0.2%) :arrow_up:

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 414272d...ff112b8. Read the comment docs.