We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7306ec commit b1dcf3fCopy full SHA for b1dcf3f
.github/workflows/ccpp.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v1
12
13
- name: Install dependencies
14
run: |
@@ -17,6 +17,7 @@ jobs:
17
sudo apt-get install -y libboost-all-dev
18
sudo apt-get install -y build-essential
19
sudo apt-get install -y cmake
20
+ sudo apt-get install -y gcovr
21
22
- name: Create build directory
23
run: mkdir build
@@ -36,9 +37,6 @@ jobs:
36
37
cd build
38
ctest --output-on-failure
39
- - name: Install gcovr
40
- run: sudo apt-get install -y gcovr
41
-
42
- name: Generate coverage report
43
44
0 commit comments