diff --git a/src/.clang-format b/.clang-format similarity index 100% rename from src/.clang-format rename to .clang-format diff --git a/.mbedignore b/.mbedignore deleted file mode 100644 index e9660955..00000000 --- a/.mbedignore +++ /dev/null @@ -1,9 +0,0 @@ -binary/ -deps/ -docker/ -docs/ -examples/ -platforms/ -src/ -test/ -multilingual/ diff --git a/README.md b/README.md index a1f720fe..2addeb94 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Mongoose - Embedded Web Server / Embedded Networking Library -![](https://img.shields.io/badge/license-GPL_2-green.svg "License") +![License: GPLv2](https://img.shields.io/badge/license-GPL_2-green.svg "License") +[![Build Status](https://travis-ci.org/cesanta/mongoose.svg?branch=7.0)](https://travis-ci.org/cesanta/mongoose) +[![Code Coverage](https://codecov.io/gh/cesanta/mongoose/branch/7.0/graph/badge.svg)](https://codecov.io/gh/cesanta/mongoose) Mongoose is ideal for embedded environments. It has been designed for connecting devices and bringing them online. On the market since 2004, diff --git a/test/.clang-format b/test/.clang-format deleted file mode 100644 index 24fab55e..00000000 --- a/test/.clang-format +++ /dev/null @@ -1,6 +0,0 @@ -BasedOnStyle: Google -AllowShortFunctionsOnASingleLine: false -SpaceAfterCStyleCast: true -PointerBindsToType: false -DerivePointerBinding: false -IncludeBlocks: Preserve