Skip to content

Commit

Permalink
Update Radon analysis workflow to use the correct base branch for cha…
Browse files Browse the repository at this point in the history
…nged files
  • Loading branch information
josephmancuso committed Nov 21, 2024
1 parent 07b3a0b commit 1f82378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/radon-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Run Radon Analysis
run: |
git fetch # Ensure full history is available
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 comments on commit 1f82378

Please sign in to comment.