Skip to content

Commit 8e7c84b

Browse files
committed
chore: add completion badges
1 parent cc3e112 commit 8e7c84b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/badges/completion.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"schemaVersion": 1,
3+
"label": "completion",
4+
"message": "17/25",
5+
"color": "yellow"
6+
}

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Advent of Code 2018 - My Solutions
22
[![Build Status](https://github.com/mariotacke/advent-of-code-2018/workflows/build/badge.svg)](https://github.com/mariotacke/advent-of-code-2018/actions)
3+
[![Completion Status](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mariotacke/advent-of-code-2018/master/.github/badges/completion.json)](https://github.com/mariotacke/advent-of-code-2018)
34
[![Dependency Status](https://img.shields.io/david/mariotacke/advent-of-code-2018.svg)](https://david-dm.org/mariotacke/advent-of-code-2018)
45
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/mariotacke/advent-of-code-2018/master/LICENSE)
56

@@ -36,9 +37,9 @@ Collect stars by solving puzzles. Two puzzles will be made available on each day
3637
Each day contains its own set of tests. To run them type `npm test`.
3738

3839
## Previous Years
39-
- [2017](https://github.com/mariotacke/advent-of-code-2017)
40-
- [2016](https://github.com/mariotacke/advent-of-code-2016)
41-
- [2015](https://github.com/mariotacke/advent-of-code-2015)
40+
- [![Completion Status](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mariotacke/advent-of-code-2017/master/.github/badges/completion.json&label=2017)](https://github.com/mariotacke/advent-of-code-2017)
41+
- [![Completion Status](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mariotacke/advent-of-code-2016/master/.github/badges/completion.json&label=2016)](https://github.com/mariotacke/advent-of-code-2016)
42+
- [![Completion Status](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mariotacke/advent-of-code-2015/master/.github/badges/completion.json&label=2015)](https://github.com/mariotacke/advent-of-code-2015)
4243

4344
## Visit
4445
- http://adventofcode.com/2018

0 commit comments

Comments
 (0)