Skip to content

Commit 1943fe0

Browse files
fix(ci): correct coverage upload format to go-coverprofile
The datadog-ci CLI expects 'go-coverprofile' not 'go-cover'. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fd9aa28 commit 1943fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
DD_SITE: datadoghq.com
121121
run: |
122122
# Upload coverage reports to Datadog
123-
datadog-ci coverage upload --format=go-cover coverage.out
123+
datadog-ci coverage upload --format=go-coverprofile coverage.out
124124
125125
- name: Check coverage threshold
126126
run: |

0 commit comments

Comments
 (0)