Skip to content

Commit 89e5ee7

Browse files
aRustyDevclaude
andcommitted
style: Fix trailing whitespace in coverage workflow
- Remove trailing whitespace added during kcov installation fix - Ensures pre-commit hooks pass 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 143e9dc commit 89e5ee7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
sudo apt-get update
2525
sudo apt-get install -y bats
26-
26+
2727
# Install kcov dependencies
2828
sudo apt-get install -y \
2929
cmake \
@@ -32,7 +32,7 @@ jobs:
3232
zlib1g-dev \
3333
libdw-dev \
3434
libiberty-dev
35-
35+
3636
# Build and install kcov from source
3737
cd /tmp
3838
wget https://github.com/SimonKagstrom/kcov/archive/v42.tar.gz
@@ -42,7 +42,7 @@ jobs:
4242
cmake ..
4343
make -j$(nproc)
4444
sudo make install
45-
45+
4646
# Verify kcov installation
4747
kcov --version
4848

0 commit comments

Comments
 (0)