|
Ran
|
Jobs
1
|
Files
459
|
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)
59327 of 108182 branches covered (0.0%)
90487 of 106167 relevant lines covered (85.23%)
2327804.53 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 6199655812.1 | 0 |
85.23 |
GitHub Action Run |