Skip to content

Commit f140916

Browse files
committed
Fix build and update README badges
1 parent 2c96a69 commit f140916

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: npm ci
4545

4646
- name: Test
47-
run: npm run test:coverage
47+
run: npm run test
4848

4949
lint:
5050
runs-on: ubuntu-latest

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
[![ci](https://github.com/runarberg/markdown-it-math/actions/workflows/ci.yml/badge.svg)](https://github.com/runarberg/markdown-it-math/actions/workflows/ci.yml)
2+
![Coverage](https://runarberg.github.io/markdown-it-math/badge.svg)
13
[![npm](https://img.shields.io/npm/v/markdown-it-math.svg)](https://www.npmjs.com/package/markdown-it-math)
2-
[![Build Status](https://travis-ci.org/runarberg/markdown-it-math.svg?branch=master)](https://travis-ci.org/runarberg/markdown-it-math)
4+
[![License](https://img.shields.io/npm/l/markdown-it-math)](https://github.com/runarberg/markdown-it-math/blob/main/LICENSE)
5+
[![Downloads](https://img.shields.io/npm/dm/markdown-it-math)](https://npm-stat.com/charts.html?package=markdown-it-math)
36

47
**Note:** This is a general [markdown-it][markdown-it] math plugin. It
58
was originally designed to render [MathML][mathml]. If you intend to

0 commit comments

Comments
 (0)