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