Skip to content

Commit 1a57d92

Browse files
author
Justin Kimbrell
committed
chore: added codecov
1 parent fc380bc commit 1a57d92

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/master.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
run: pnpm install --frozen-lockfile
4747
- name: Build
4848
run: pnpm build
49+
- name: Upload coverage reports to Codecov
50+
uses: codecov/codecov-action@v5
51+
with:
52+
token: ${{ secrets.CODECOV_TOKEN }}
4953
- name: Upload artifact
5054
uses: actions/upload-pages-artifact@v3
5155
with:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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/test.yml/badge.svg)](https://github.com/objectivehtml/flipclock/actions/workflows/test.yml)
3+
[![npm version](https://badge.fury.io/js/flipclock.svg)](https://badge.fury.io/js/flipclock)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
16
# FlipClock.js
27

38
A full featured, themeable, type safe, and well tested library for clocks, timers, counters, and flipboards.

0 commit comments

Comments
 (0)