We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f1a22 commit 0dfb8cdCopy full SHA for 0dfb8cd
.github/workflows/build.yaml
@@ -797,7 +797,7 @@ jobs:
797
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
798
working-directory: ${{env.RouterBuildDir}}
799
run: |
800
- dnf install -y lcov
+ dnf install -y lcov git
801
cmake --build . --target coverage
802
803
# https://github.com/codecov/codecov-action
0 commit comments