mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Remove interrogate for now as it's just getting in the way
This commit is contained in:
4
.github/workflows/actions.yml
vendored
4
.github/workflows/actions.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user