Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

321 improved testing #322

Merged
merged 10 commits into from
Aug 22, 2021
Merged

321 improved testing #322

merged 10 commits into from
Aug 22, 2021

Conversation

vintagepc
Copy link
Owner

Rework some code, add Catch2 tests for things that cannot be easily tested by the existing scripts.

Closes #321

@codecov
Copy link

codecov bot commented Aug 13, 2021

Codecov Report

Merging #322 (afad225) into master (03b0780) will increase coverage by 1.54%.
The diff coverage is 99.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #322      +/-   ##
==========================================
+ Coverage   88.84%   90.39%   +1.54%     
==========================================
  Files         148      149       +1     
  Lines        6707     6819     +112     
==========================================
+ Hits         5959     6164     +205     
+ Misses        748      655      -93     
Impacted Files Coverage Δ
parts/Board.h 91.66% <ø> (ø)
parts/IScriptable.h 100.00% <ø> (ø)
parts/components/ADC_Buttons.h 100.00% <ø> (ø)
parts/components/EEPROM.h 100.00% <ø> (ø)
parts/components/HC595.cpp 100.00% <ø> (+8.82%) ⬆️
parts/components/HD44780.h 100.00% <ø> (ø)
parts/components/IRSensor.h 100.00% <ø> (ø)
parts/components/PAT9125.h 100.00% <ø> (ø)
parts/components/PINDA.h 100.00% <ø> (ø)
parts/components/TMC2130.cpp 100.00% <ø> (+8.88%) ⬆️
... and 36 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 03b0780...afad225. Read the comment docs.

@vintagepc vintagepc merged commit 638e20d into master Aug 22, 2021
@vintagepc vintagepc deleted the 321-improved-testing branch August 22, 2021 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Coverage cleanup
1 participant