Skip to content

Commit

Permalink
add codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbor85 committed May 17, 2021
1 parent 2a9a7dc commit a07d136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![Build Status](https://travis-ci.org/marcinbor85/microshell.svg?branch=main)](https://travis-ci.org/marcinbor85/microshell)
[![codecov](https://codecov.io/gh/marcinbor85/microshell/branch/main/graph/badge.svg?token=stcqeq0uMq)](https://codecov.io/gh/marcinbor85/microshell)

# MicroShell
Lightweight pure C implementation of virtual shell, compatible with VT100 terminal. Support root tree, run-time mounting paths, global commands, and much more. Works out-of-the-box on Arduino-compatible boards. Dedicated for bare-metal embedded systems. Thanks to the asynchronous architecture it does not block operations and can be easily implemented even on small microcontrollers with relatively small resources.

Expand Down

0 comments on commit a07d136

Please sign in to comment.