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 4a51c05 commit 096edd2Copy full SHA for 096edd2
.github/workflows/coder.yaml
@@ -262,3 +262,11 @@ jobs:
262
files: ./site/coverage/lcov.info
263
flags: unittest-js
264
fail_ci_if_error: true
265
+
266
+ - name: Upload DataDog Trace
267
+ if: (success() || failure()) && github.actor != 'dependabot[bot]'
268
+ env:
269
+ DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
270
+ DD_DATABASE: postgresql
271
+ GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
272
+ run: go run scripts/datadog-cireport/main.go site/test_results/junit.xml
0 commit comments