Skip to content

Commit

Permalink
added gitlab badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faulhaber committed Aug 5, 2018
1 parent 9229af3 commit fc7edfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
*.dylib
*.test
*.out
idea/
.idea/
vendor/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# fcal


[![pipeline status](https://gitlab.com/rfaulhaber/fcal/badges/master/pipeline.svg)](https://gitlab.com/rfaulhaber/fcal/commits/master)
[![coverage report](https://gitlab.com/rfaulhaber/fcal/badges/master/coverage.svg)](https://gitlab.com/rfaulhaber/fcal/commits/master)

Command-line utility similar to `cal` except that it displays the French Republican calendar.

This program uses the `fdate` library, which can be found [here](https://github.com/rfaulhaber/fdate).
Expand Down

0 comments on commit fc7edfd

Please sign in to comment.