From 6e3de5bef9bf985e0d23b0c97f3f91a136a28815 Mon Sep 17 00:00:00 2001 From: Jens Astrup Date: Wed, 27 Mar 2024 21:20:13 -0400 Subject: [PATCH] Add badge and update branch push rules for actions --- .github/workflows/tests.js.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.js.yml b/.github/workflows/tests.js.yml index f56d888..60fa114 100644 --- a/.github/workflows/tests.js.yml +++ b/.github/workflows/tests.js.yml @@ -2,7 +2,7 @@ name: Run tests on: push: - branches: [ main ] + branches: [ develop ] pull_request: types: [ opened, synchronize, reopened ] diff --git a/README.md b/README.md index a021555..bdfce3d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Shortcut API Client [![npm version](https://badge.fury.io/js/shortcut-api.svg)](https://badge.fury.io/js/shortcut-api) +[![codecov](https://codecov.io/gh/JensAstrup/shortcut/graph/badge.svg?token=CteCCD1D6w)](https://codecov.io/gh/JensAstrup/shortcut) [![Documentation Coverage](https://raw.githubusercontent.com/JensAstrup/shortcut/develop/docs/coverage.svg)](https://jensastrup.github.io/shortcut/)