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

chore: test code cov #28

Merged
merged 3 commits into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. chore: adds additional project checks for security and code coverage

    Adds a workflow to check code coverage and fail if below the threshold
    Adds dependency checks with safety
    Adds security checks with bandit
    
    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ba88344 View commit details
    Browse the repository at this point in the history
  2. tests: adds unit tests for tasks and bot

    Adds unit tests to isolate tasks from AuthoredObject
    Adds unit tests to test different combinations for staged files
    Adds unit test to text exception handling for git failures
    
    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    abf0c83 View commit details
    Browse the repository at this point in the history
  3. chore: updates code coverage threshold to 80

    Signed-off-by: Jennifer Power <[email protected]>
    jpower432 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b614cbd View commit details
    Browse the repository at this point in the history