Skip to content

Commit ef7214d

Browse files
committed
Changed actions
1 parent 4c1e34e commit ef7214d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: |
2525
sudo apt-get remove -y gcovr || true
2626
pip install gcovr==5.0
27+
- name: Add pip bin to PATH
28+
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
2729
# -----------------------------
2830
# DOWNLOAD BUILD WRAPPER
2931
# -----------------------------
@@ -50,7 +52,7 @@ jobs:
5052
# -----------------------------
5153
- name: Run gcovr
5254
run: |
53-
gcovr -r . --xml --xml-version=1 -o coverage.xml
55+
gcovr -r . --xml -o coverage.xml
5456
# -----------------------------
5557
# INSTALL SONAR SCANNER
5658
# -----------------------------

0 commit comments

Comments
 (0)