Skip to content

Commit 7920834

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

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
@@ -79,6 +79,11 @@ jobs:
7979
exit 1
8080
fi
8181
82+
# Debugging what the actual diff is
83+
- name: Show the diff
84+
run: |
85+
git diff --stat --patch
86+
8287
- name: Test
8388
run: make test
8489

0 commit comments

Comments
 (0)