Skip to content

Commit be16d0b

Browse files
author
Justin Kimbrell
committed
chore: updated readme badges
1 parent 5e60739 commit be16d0b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/beta.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,14 @@ jobs:
4444
uses: actions/configure-pages@v4
4545
- name: Install dependencies
4646
run: pnpm install --frozen-lockfile
47+
- name: Run tests
48+
run: pnpm vitest run --coverage
4749
- name: Build
4850
run: pnpm build
51+
- name: Upload coverage reports to Codecov
52+
uses: codecov/codecov-action@v5
53+
with:
54+
token: ${{ secrets.CODECOV_TOKEN }}
4955
- name: Upload artifact
5056
uses: actions/upload-pages-artifact@v3
5157
with:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![codecov](https://codecov.io/gh/objectivehtml/flipclock/branch/main/graph/badge.svg)](https://codecov.io/gh/objectivehtml/flipclock)
2-
[![Tests](https://github.com/objectivehtml/flipclock/actions/workflows/master.yaml/badge.svg)](https://github.com/objectivehtml/flipclock/actions/workflows/master.yaml/badge.svg)
1+
[![codecov](https://codecov.io/gh/objectivehtml/FlipClock/branch/master/graph/badge.svg)](https://codecov.io/gh/objectivehtml/FlipClock)
2+
[![Tests](https://github.com/objectivehtml/FlipClock/actions/workflows/master.yaml/badge.svg)](https://github.com/objectivehtml/FlipClock/actions/workflows/master.yaml/badge.svg)
33
[![npm version](https://badge.fury.io/js/flipclock.svg)](https://badge.fury.io/js/flipclock)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

@@ -27,7 +27,7 @@ To check out docs, visit [https://flipclockjs.com/](https://flipclockjs.com/).
2727

2828
## Changelog
2929

30-
Detailed changes for each release are documented in the [CHANGELOG](https://github.com/objectivehtml/flipclock/blob/master/CHANGELOG.md).
30+
Detailed changes for each release are documented in the [CHANGELOG](https://github.com/objectivehtml/FlipClock/blob/master/CHANGELOG.md).
3131

3232
## License
3333

0 commit comments

Comments
 (0)