Skip to content

Commit

Permalink
skjdhf
Browse files Browse the repository at this point in the history
  • Loading branch information
diachenko-mischa committed Apr 25, 2024
1 parent 5a6dec5 commit 190af66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
python-version: '3.x'
cache: 'pip' # caching pip dependencies
- run: |
pip install gcovr
clang-format -n -Werror `find src -name '*.cpp'`
mkdir build
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gcovr

0 comments on commit 190af66

Please sign in to comment.