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

Report code coverage #36

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

Report code coverage #36

wants to merge 5 commits into from

Commits on Jul 6, 2022

  1. .gitignore bytecode files

    Signed-off-by: Yann Dirson <[email protected]>
    ydirson committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e6eb188 View commit details
    Browse the repository at this point in the history
  2. ci: ensure pathlib is installed

    While not necessary for the OS image in use for the test, it helps in
    documenting the need for a non-default lib.
    
    Signed-off-by: Yann Dirson <[email protected]>
    ydirson committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    5d1685f View commit details
    Browse the repository at this point in the history
  3. ci: call pytest from project topdir

    Calling from toplevel provides more streamlined workflow (eg.
    when locally running for coverage)
    
    Signed-off-by: Yann Dirson <[email protected]>
    ydirson committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7b5a2bb View commit details
    Browse the repository at this point in the history
  4. configuration for python-coverage

    Signed-off-by: Yann Dirson <[email protected]>
    ydirson committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    47d3dee View commit details
    Browse the repository at this point in the history
  5. ci: generate coverage

    We don't do anything with it yet, aside from displaying
    the report
    
    Signed-off-by: Yann Dirson <[email protected]>
    ydirson committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    8312bb6 View commit details
    Browse the repository at this point in the history