diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-21 15:41:33 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-21 15:41:33 +0400 |
commit | 7c8cb967045386f231055f5a3fb545af17dd9b55 (patch) | |
tree | f08ddd71f5e0ba6ff2e29151fa817cc1c170261a | |
parent | 029a9031826e29a9d5fc553087a5af81fcbbdd1d (diff) | |
download | kit-7c8cb967045386f231055f5a3fb545af17dd9b55.zip |
test
-rw-r--r-- | .github/workflows/build_and_test.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1e5fb79..040efe4 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -23,6 +23,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install gcovr + if: runner.os != 'Windows' + run: | + python3 -m pip install gcovr==5.0 + - name: Install OpenCppCoverage if: runner.os == 'Windows' shell: bash |