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

Bleeding edge Unit Testing #109

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 16, 2024

  1. Testing with python and cffi

    Small c-files cleanup to help with compilation.
    Displays test results in Github Actions summary and PRs
    dzid26 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e89bfe1 View commit details
    Browse the repository at this point in the history
  2. Enable coverage calculation

    Added pytest --force
    dzid26 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5452e26 View commit details
    Browse the repository at this point in the history
  3. Enabled error on Warning in strict mode

    Fixed [-Wparentheses] parentheses around ‘-’ inside ‘<<’ BATTERY_VOLTAGE_SHUTDOWN_10_BIT
    
    Fixed [-Wdiscarded-qualifiers]   return discards ‘volatile’ qualifier from pointer target type &m_configuration_variables;
    
    Fixed [-Wsign-compare]  comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’
    
    Fixed [-Wunused-but-set-variable] enable walk assist debounce code path by default
    
    Fixed [-Wunused-label]
    
    Fixed warning C4244: '=': conversion from 'int16_t' to 'uint8_t', possible loss of data
    dzid26 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    df8b31d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    1fd3e71 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. test final current limit value

    dzid26 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    43abc9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95ad131 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcb91e5 View commit details
    Browse the repository at this point in the history