Skip to content

Commit 0966f3c

Browse files
committed
Fix Ebuild Tests badge.
1 parent 56abecd commit 0966f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
hacking-bash-lib
22
================
33

4-
![shellcheck](https://github.com/MADhacking/hacking-bash-lib/workflows/Shellcheck/badge.svg) ![tests](https://github.com/MADhacking/hacking-bash-lib/workflows/Unit%20Tests/badge.svg) [![coverage](https://codecov.io/gh/MADhacking/hacking-bash-lib/branch/master/graph/badge.svg)](https://codecov.io/gh/MADhacking/hacking-bash-lib)
4+
![shellcheck](https://github.com/MADhacking/hacking-bash-lib/workflows/Shellcheck/badge.svg) ![tests](https://github.com/MADhacking/hacking-bash-lib/workflows/Ebuild%20Tests/badge.svg) [![coverage](https://codecov.io/gh/MADhacking/hacking-bash-lib/branch/master/graph/badge.svg)](https://codecov.io/gh/MADhacking/hacking-bash-lib)
55

66

77
The GNU Project's Bourne Again Shell (BASH) is the standard shell supplied with the vast majority of Linux systems, the default shell provided with Mac OS X and Darwin and is even available for Microsoft Windows. Whilst the Bash shell offers an extremely portable and feature rich environment for rapidly developing basic applications and utilities its syntax is often hard to parse visually and some features are buried beneath a mountain of complexity.

0 commit comments

Comments
 (0)