summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <0x7fffff@guattari.ru>2022-08-21 15:41:33 +0400
committerMitya Selivanov <0x7fffff@guattari.ru>2022-08-21 15:41:33 +0400
commit7c8cb967045386f231055f5a3fb545af17dd9b55 (patch)
treef08ddd71f5e0ba6ff2e29151fa817cc1c170261a
parent029a9031826e29a9d5fc553087a5af81fcbbdd1d (diff)
downloadkit-7c8cb967045386f231055f5a3fb545af17dd9b55.zip
test
-rw-r--r--.github/workflows/build_and_test.yml5
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