Skip to content

Commit

Permalink
Add Unit Test badge to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrrv committed Feb 13, 2024
1 parent 0a68aa5 commit 729f907
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ScripturNum
===========

[![Unit Tests](https://github.com/jkrrv/ScripturNum/actions/workflows/Unit_Tests.yml/badge.svg)](https://github.com/jkrrv/ScripturNum/actions/workflows/Unit_Tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/jkrrv/ScripturNum/badge.svg)](https://coveralls.io/github/jkrrv/ScripturNum)

This is a PHP Library intended for working with scripture references. It can parse text-based scripture references, and
Expand Down Expand Up @@ -190,4 +191,4 @@ are zero-indexed. Genesis is book 0. Genesis 1:1 has the integer value of 0.

- The Book index << 24
- Start reference << 12
- End reference << 0
- End reference << 0

0 comments on commit 729f907

Please sign in to comment.