Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,12 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
slug: DataDog/httpd-datadog
fail_ci_if_error: true
- name: Upload coverage to Datadog
if: always()
continue-on-error: true
run: |
apk add --no-cache nodejs npm
npx @datadog/datadog-ci@latest coverage upload --format=lcov coverage.lcov
env:
DD_API_KEY: ${{ secrets.DD_API_KEY_CI_APP }}

Loading