We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62592e commit 07b3a0bCopy full SHA for 07b3a0b
.github/workflows/radon-analysis.yml
@@ -22,5 +22,5 @@ jobs:
22
23
- name: Run Radon Analysis
24
run: |
25
- git fetch --unshallow # Ensure full history is available
+ git fetch # Ensure full history is available
26
radon cc $(git diff --name-only 2.0...HEAD || echo "no_files") -j >cc.json
0 commit comments