summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-03-31 13:25:50 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-03-31 21:30:35 -0500
commit76a17d0fb4e3ea5a61d44ec933ed726bf4b0418b (patch)
tree95aa5eb98609e2d16776a8c83cbd139901535969 /.github/workflows
parent2a9fa345273acd3bd9077b71130b7a2b59adbe7e (diff)
downloadrequests-cache-76a17d0fb4e3ea5a61d44ec933ed726bf4b0418b.tar.gz
Add radon complexity check to 'analyze' CI job
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 81a4427..c5d7e80 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -86,6 +86,8 @@ jobs:
run: black --check --diff .
- name: Run isort check
run: isort --check --diff .
+ - name: Run cyclomatic complexity check
+ run: radon cc --show-complexity --average --order SCORE requests_cache
# Deploy stable builds on tags only
release: