Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit096edd2

Browse files
committed
Add datadog reporting for front-end tests
1 parent4a51c05 commit096edd2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎.github/workflows/coder.yaml‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,11 @@ jobs:
262262
files:./site/coverage/lcov.info
263263
flags:unittest-js
264264
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

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp