mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-23 18:49:01 +08:00
Add badges
This commit is contained in:
parent
746f56f42a
commit
6691a2fdad
@ -1,9 +0,0 @@
|
|||||||
binary/
|
|
||||||
deps/
|
|
||||||
docker/
|
|
||||||
docs/
|
|
||||||
examples/
|
|
||||||
platforms/
|
|
||||||
src/
|
|
||||||
test/
|
|
||||||
multilingual/
|
|
@ -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,
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
BasedOnStyle: Google
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
SpaceAfterCStyleCast: true
|
|
||||||
PointerBindsToType: false
|
|
||||||
DerivePointerBinding: false
|
|
||||||
IncludeBlocks: Preserve
|
|
Loading…
Reference in New Issue
Block a user