Skip to content

Commit

Permalink
Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Shogobg committed Nov 27, 2024
1 parent ebafc63 commit 9a37f8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm install -g codecov
- run: npm c
- run: npm test

publish-npm:
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This tool converts [Markdown] to [Confluence Wiki Markup].

[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][downloads-url]
[![codecov.io][codecov-badge]][codecov-link]

## Overview

Expand Down Expand Up @@ -145,8 +144,6 @@ Shamelessly copied improvements from [fdian](https://github.com/connected-world-
[npm-url]: https://www.npmjs.com/package/@shogobg/markdown2confluence
[downloads-image]: http://img.shields.io/npm/dm/@shogobg/markdown2confluence.svg?style=flat-square
[downloads-url]: https://www.npmjs.com/package/@shogobg/markdown2confluence
[codecov-badge]: https://img.shields.io/codecov/c/github/Shogobg/markdown2confluence/master.svg
[codecov-link]: https://codecov.io/github/Shogobg/markdown2confluence?branch=master
[license-image]: http://img.shields.io/npm/l/@shogobg/markdown2confluence.svg?style=flat-square
[license-url]: #
[wiki-render-help-action]: https://roundcorner.atlassian.net/secure/WikiRendererHelpAction.jspa?section=all
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Convert Markdown to Confluence markup",
"main": "index.js",
"scripts": {
"test": "jest --ci --coverage && codecov"
"test": "jest --ci --coverage"
},
"author": "Milen Georgiev <Shogo>",
"license": "ISC",
Expand Down

0 comments on commit 9a37f8d

Please sign in to comment.