Skip to content

Commit

Permalink
Update documentation for project website
Browse files Browse the repository at this point in the history
The project website relies on Codecov and Jekyll.
Let's update the scripts in index.md to provide code coverage data on
our project website.
  • Loading branch information
andrefoo committed Sep 19, 2023
1 parent 6e95b8a commit cbd1e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ header_pages:

markdown: kramdown

repository: "se-edu/addressbook-level3"
repository: "AY2324S1-CS2103-W12-4/tp"
github_icon: "images/github-icon.png"

plugins:
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: AddressBook Level-3
---

[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![codecov](https://codecov.io/gh/se-edu/addressbook-level3/branch/master/graph/badge.svg)](https://codecov.io/gh/se-edu/addressbook-level3)
[![CI Status](https://github.com/AY2324S1-CS2103-W12-4/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2324S1-CS2103-W12-4/tp/actions)
[![codecov](https://codecov.io/gh/AY2324S1-CS2103-W12-4/tp/branch/master/graph/badge.svg)](https://codecov.io/gh/AY2324S1-CS2103-W12-4/tp)

![Ui](images/Ui.png)

Expand Down

0 comments on commit cbd1e27

Please sign in to comment.