|
Ran
|
Jobs
1
|
Files
476
|
Run time
24s
|
Badge
README BADGES
|
push
github
ci: convert shallow submodules to complete ones This patch is intended to resolve the following issue that appears while calling `cmake` for submodules from time to time: fatal: No tags can describe '<sha>'. Try --always, or create some tags. This happens because the `actions/checkout` GitHub action fetches the repository with the `--unshallow` option, but it doesn't do the same for submodules. So this leads to the error above while using `git describe` for submodules. This is fixed by converting a shallow submodule to a complete one. NO_DOC=ci NO_TEST=circuit NO_CHANGELOG=ci (cherry picked from commit 5be8268a7)
62348 of 114181 branches covered (0.0%)
93340 of 108710 relevant lines covered (85.86%)
2646916.23 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 6199650445.1 | 0 |
85.86 |
GitHub Action Run |