action-surefire-report:将surefire测试结果报告为GitHub Pull Request Check

时间:2021-05-13 14:18:48
【文件属性】:
文件名称:action-surefire-report:将surefire测试结果报告为GitHub Pull Request Check
文件大小:394KB
文件格式:ZIP
更新时间:2021-05-13 14:18:48
JavaScript GitHub行动:处理maven surefire报告 此操作处理有关拉取请求的maven surefire或故障安全XML报告,并将结果显示为带有摘要和注释的PR检查。 输入项 report_paths 可选的。 表达式以表示surefire或故障安全报告路径。 默认值为**/surefire-reports/TEST-*.xml 。 check_name 可选的。 创建检查运行时要使用的检查名称。 默认值为Test Report 。 commit 可选的。 提交可以更新状态。 当您通过workflow_run运行它时,这很有用。 fail_on_test_failures 可选的。 如果有测试失败,检查将失败。 默认值为false 。 fail_if_no_tests 可选的。 如果未找到测试,则检查将失败。 默认值为true 。 github_token 可选的。 通常
【文件预览】:
action-surefire-report-master
----.prettierignore(55B)
----.gitignore(1KB)
----README.md(2KB)
----.github()
--------workflows()
----tests()
--------email()
--------utils()
--------pom.xml(3KB)
----LICENSE(11KB)
----screenshot.png(95KB)
----utils.test.js(12KB)
----package.json(1KB)
----dist()
--------build()
--------index.js(752KB)
----action.test.js(6KB)
----index.js(198B)
----action.js(2KB)
----.eslintignore(7B)
----utils.js(5KB)
----.prettierrc.json(255B)
----custom_reports()
--------TEST-pro.taskana.common.api.ListUtilTest-H2.xml(1KB)
--------TEST-test.MyIntegrationTestSuite.xml(4KB)
----action.test.fixtures.js(16KB)
----action.yml(1KB)
----python()
--------test_sample.py(293B)
--------__init__.py(0B)
----.eslintrc.json(344B)
----package-lock.json(238KB)

网友评论