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

Workflow and test driver fixes #18

Merged
merged 4 commits into from
Jun 6, 2022

Commits on Apr 16, 2022

  1. fix: use current org-level coverage workflow

    * increase fetch depth and update regex
    * updated action deps, relaxed run criteria
    * go back to "normal" tokens, remove permission hacks
    * still needs more job isolation => refactor for another day
    
    Signed-off-by: Stephen L Arnold <[email protected]>
    sarnold committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    61eac27 View commit details
    Browse the repository at this point in the history
  2. fix: use updated bandit action and workflow excludes (exclude test)

    * also fix missing PR event check in coverage workflow
    
    Signed-off-by: Stephen L Arnold <[email protected]>
    sarnold committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    637a73f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. fix: dev: remove old py cruft, switch to pytest, update workflows

    * nose (unmaintained) breaks on python 3.10
    * remove some cruft from spectesting.py
    * update tox file, move deps to setup.cfg
    * restrict PR comment to org owners, adjust
    
    Signed-off-by: Stephen L Arnold <[email protected]>
    sarnold committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    4743fbd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. fix: doc: update maintainer info and spec test cmd

    * update coverage value for delta/base, allow digits only
    
    Signed-off-by: Stephen L Arnold <[email protected]>
    sarnold committed May 31, 2022
    Configuration menu
    Copy the full SHA
    f2c1742 View commit details
    Browse the repository at this point in the history