Skip to content

Commit ebdfeec

Browse files
committed
exclude main.rs from coverage report to codecov
1 parent 5c6f200 commit ebdfeec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-dev-tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ jobs:
136136
working-directory: cpp-linter-lib
137137
env:
138138
CLANG_VERSION: ${{ matrix.version }}
139-
run: |
140-
cargo llvm-cov report --lcov --output-path lcov.info
139+
run: just lcov
141140

142141
- uses: codecov/codecov-action@v4
143142
if: matrix.version == '16' && runner.os == 'Linux'

0 commit comments

Comments
 (0)