Add badges

This commit is contained in:
cpq 2020-12-05 11:46:12 +00:00
parent 746f56f42a
commit 6691a2fdad
4 changed files with 3 additions and 16 deletions

View File

@ -1,9 +0,0 @@
binary/
deps/
docker/
docs/
examples/
platforms/
src/
test/
multilingual/

View File

@ -1,6 +1,8 @@
# Mongoose - Embedded Web Server / Embedded Networking Library # 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 Mongoose is ideal for embedded environments. It has been designed
for connecting devices and bringing them online. On the market since 2004, for connecting devices and bringing them online. On the market since 2004,

View File

@ -1,6 +0,0 @@
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: false
SpaceAfterCStyleCast: true
PointerBindsToType: false
DerivePointerBinding: false
IncludeBlocks: Preserve