Skip to content

Commit

Permalink
pip install codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed May 5, 2024
1 parent 176932e commit a5bebe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software/common/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ install_linux() {
gcovr \
lcov \
clang-tidy \
protobuf-compiler \
codecov-cli
protobuf-compiler
pip3 install -U pip
pip3 install nanopb
pip3 install codecov-cli
pip3 install platformio==${PIO_VERSION}
source ${HOME}/.profile
}
Expand Down

0 comments on commit a5bebe8

Please sign in to comment.