Skip to content

Commit 312d2ef

Browse files
committed
wip 8/x
1 parent e52dde7 commit 312d2ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ jobs:
158158
- name: Report Datadog coverage
159159
run: |
160160
curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-arm64" --output "/usr/local/bin/datadog-ci" && chmod +x /usr/local/bin/datadog-ci
161-
datadog-ci coverage upload .coverage/filtered.info
161+
cp .coverage/filtered.info .coverage/filtered.lcov.info
162+
datadog-ci coverage upload .coverage/filtered.lcov.info
162163
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
163164
with:
164165
fail_ci_if_error: true

0 commit comments

Comments
 (0)