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

Update workflow to generate test coverage statistics #26

Merged
merged 3 commits into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. - Modify workflow

        - Rename to 'Astro Testing'
        - Run `pytest` under `coverage`
        - Add step to generate coverage report
        - remote `--exit-zero` option from `flake8` to cause lint errors to fail the build
    
    - Moved test comment api response to a python file and imported it into the tests to avoid file relative path errors
    AustinCullar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d4ffc12 View commit details
    Browse the repository at this point in the history
  2. - Exclude test_api_responses.py from flake8 tests

    There's likely a more elegant way to exclude these files, but I'll
    leave that for a later issue to stay within scope.
    AustinCullar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4143f4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82478ba View commit details
    Browse the repository at this point in the history