Skip to content

Commit 143b7b3

Browse files
committed
branch updates
1 parent e27b164 commit 143b7b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ master, develop ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ master, develop ]
88

99
jobs:
1010
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
[![Node.js Version](https://img.shields.io/node/v/splitmark.svg)](https://nodejs.org)
66
[![Tests](https://github.com/splitmark/splitmark/workflows/Tests/badge.svg)](https://github.com/splitmark/splitmark/actions)
7-
[![Coverage Status](https://coveralls.io/repos/github/splitmark/splitmark/badge.svg?branch=master)](https://coveralls.io/github/splitmark/splitmark?branch=master)
7+
[![codecov](https://codecov.io/gh/splitmark/splitmark/branch/master/graph/badge.svg)](https://codecov.io/gh/splitmark/splitmark)
88
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
99

1010
A lightweight CLI Markdown editor with live preview.

0 commit comments

Comments
 (0)