Skip to content

Commit b8d3fb1

Browse files
committed
Add CI step help debug what the diff is
1 parent 8e8f577 commit b8d3fb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/checks-codecov.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
- name: Generate
7070
run: make generate
7171

72+
# For debugging what actual diff is
73+
- name: Show diff
74+
run: |
75+
git diff --stat --patch
76+
7277
- name: Check for uncommitted changes
7378
run: |
7479
git update-index -q --refresh # Avoid false detection of modified files

0 commit comments

Comments
 (0)