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 e52dde7 commit 312d2efCopy full SHA for 312d2ef
.github/workflows/dev.yml
@@ -158,7 +158,8 @@ jobs:
158
- name: Report Datadog coverage
159
run: |
160
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
+ cp .coverage/filtered.info .coverage/filtered.lcov.info
162
+ datadog-ci coverage upload .coverage/filtered.lcov.info
163
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
164
with:
165
fail_ci_if_error: true
0 commit comments