Closed kammce closed 3 years ago
Merging #1425 (c05085e) into master (6dc595e) will increase coverage by
1.0%
. The diff coverage is73.1%
.
@@ Coverage Diff @@
## master #1425 +/- ##
========================================
+ Coverage 59.1% 60.0% +1.0%
========================================
Files 94 94
Lines 4598 4492 -106
Branches 980 965 -15
========================================
- Hits 2713 2693 -20
+ Misses 1627 1566 -61
+ Partials 258 233 -25
Impacted Files | Coverage Δ | |
---|---|---|
library/L1_Peripheral/adc.hpp | 25.0% <0.0%> (+5.0%) |
:arrow_up: |
library/L1_Peripheral/dac.hpp | 0.0% <ø> (ø) |
|
library/L1_Peripheral/gpio.hpp | 33.4% <ø> (+1.2%) |
:arrow_up: |
library/L1_Peripheral/i2c.hpp | 54.9% <ø> (+3.4%) |
:arrow_up: |
library/L1_Peripheral/interrupt.hpp | 42.9% <0.0%> (-3.2%) |
:arrow_down: |
library/L1_Peripheral/lpc17xx/pin.hpp | 19.3% <0.0%> (+2.0%) |
:arrow_up: |
library/L1_Peripheral/pwm.hpp | 0.0% <ø> (ø) |
|
library/L1_Peripheral/spi.hpp | 0.0% <ø> (ø) |
|
library/L1_Peripheral/stm32f10x/spi.hpp | 0.0% <0.0%> (ø) |
|
library/L1_Peripheral/stm32f4xx/gpio.hpp | 76.2% <ø> (+3.5%) |
:arrow_up: |
... and 66 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 6dc595e...257509e. Read the comment docs.
This new API seeks to make modules of SJSU-Dev2:
The new API does the following:
The consequences of these changes are the following:
Additional changes:
Pin API changes:
Doxygen