excoveralls:具有Coveralls.io集成的Elixir的覆盖率报告工具

时间:2024-05-21 01:57:16
【文件属性】:

文件名称:excoveralls:具有Coveralls.io集成的Elixir的覆盖率报告工具

文件大小:229KB

文件格式:ZIP

更新时间:2024-05-21 01:57:16

Elixir

ExCoveralls 一个Elixir库,报告测试覆盖率统计信息,并可以选择发布到服务。 它使用Erlang的,以生成覆盖信息,并通过JSON API职位的测试覆盖率结果coveralls.io。 以下是示例项目。 适用于Travis CI。 适用于GitHub Actions。 用于CircleCI。 用于信号量CI。 用于保护伞项目。 用于GitLab CI(使用GitLab CI功能而不是 )。 gitlab_parallel_sample用于GitLab CI(带有并行选项)。 drone_sample适用于Drone CI。 excoveralls_post_sample用于Coveralls.post用法示例。 设定值 mix.exs 添加以下参数。 test_coverage: [tool: ExCoveralls]用于使用ExCoverall


【文件预览】:
excoveralls-master
----mix.exs(2KB)
----.github()
--------workflows()
----test()
--------sub_apps_test.exs(1KB)
--------ignore_test.exs(651B)
--------json_test.exs(2KB)
--------poster_test.exs(843B)
--------settings_test.exs(6KB)
--------local_test.exs(5KB)
--------cover_test.exs(2KB)
--------stat_server_test.exs(383B)
--------travis_test.exs(1KB)
--------drone_test.exs(2KB)
--------html()
--------mix()
--------stats_test.exs(5KB)
--------html_test.exs(3KB)
--------circle_test.exs(2KB)
--------stop_words_test.exs(1KB)
--------semaphore_test.exs(2KB)
--------test_helper.exs(13B)
--------xml_test.exs(2KB)
--------github_test.exs(2KB)
--------fixtures()
--------post_test.exs(1KB)
--------excoveralls_test.exs(2KB)
--------gitlab_test.exs(2KB)
----assets()
--------html_report.jpg(185KB)
----mix.lock(4KB)
----coveralls.json(230B)
----LICENSE(1KB)
----.gitignore(56B)
----CHANGELOG.md(7KB)
----lib()
--------excoveralls.ex(3KB)
--------conf()
--------templates()
--------mix()
--------excoveralls()
----README.md(21KB)

网友评论