Commit a43ed3a1 authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Remove coverage

parent ecf1c0fc
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -47,12 +47,6 @@ identifier = "forum"
url = "https://github.com/ymd-h/cpprb/discussions"
weight = 25

[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-bug'></i> Unit Test Coverage"
identifier = "cov"
url = "https://ymd_h.gitlab.io/cpprb/coverage/"
weight = 30


[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-blog'></i> Author's Blog"
+1 −7
Original line number Diff line number Diff line
@@ -1268,10 +1268,7 @@ data structure is described at [[https://ymd_h.gitlab.io/cpprb/features/ape-x/][


=test/*.py= have unit tests. A lot of regression tests are included,
too. =Dockerfile= is used for build and test
environment. =.coveragerc= defines coverage configuration for
[[https://coverage.readthedocs.io][Coverage.py]].

too.

Under =site= directory, there are project site source and config file.
=sphinx= directory contains main page and config file of API
@@ -1343,9 +1340,6 @@ enabled. By using custom CSS (aka. =sphinx/static/custom.css=), we try
to match the look and feel with that of the Hugo part. Additionally,
we use [[https://sphinx-automodapi.readthedocs.io/en/latest/][sphinx-automodapi]] to build the module structure.

[[https://ymd_h.gitlab.io/cpprb/coverage/][Unit test coverage report]] are hosted, too. The report is generated by
unit test.


*** CI Configuration
We mainly utilize [[https://docs.gitlab.com/ee/ci/][GitLab CI/CD]]. We execute binary build, unit test,