Remove interrogate for now as it's just getting in the way

This commit is contained in:
Frank Wiles
2021-11-22 15:56:16 -06:00
parent fc424e5500
commit 392b8d627b

View File

@@ -61,10 +61,6 @@ jobs:
run: |
python -m black --check .
- name: Test our doc test coverage
run: |
interrogate -vv --fail-under 70 --whitelist-regex "test_.*" .
build:
needs: [test]
name: Build and Publish Docker image