We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8f577 commit b8d3fb1Copy full SHA for b8d3fb1
.github/workflows/checks-codecov.yaml
@@ -69,6 +69,11 @@ jobs:
69
- name: Generate
70
run: make generate
71
72
+ # For debugging what actual diff is
73
+ - name: Show diff
74
+ run: |
75
+ git diff --stat --patch
76
+
77
- name: Check for uncommitted changes
78
run: |
79
git update-index -q --refresh # Avoid false detection of modified files
0 commit comments