Skip to content

Commit

Permalink
chore: add codecov and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
westeezy committed Mar 29, 2022
1 parent 62aab7b commit c77b4ab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ jobs:

- name: ▶️ Run test script
run: npm run test

- name: ⬆️ Upload coverage report
uses: codecov/codecov-action@v1
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
webpack memory compile
----------------------

[![build status][build-badge]][build]
[![code coverage][coverage-badge]][coverage]
[![npm version][version-badge]][package]
[![apache license][license-badge]][license]

[build-badge]: https://img.shields.io/github/workflow/status/krakenjs/webpack-mem-compile/build?logo=github&style=flat-square
[build]: https://github.com/krakenjs/webpack-mem-compile/actions?query=workflow%3Abuild
[coverage-badge]: https://img.shields.io/codecov/c/github/krakenjs/webpack-mem-compile.svg?style=flat-square
[coverage]: https://codecov.io/github/krakenjs/webpack-mem-compile/
[version-badge]: https://img.shields.io/npm/v/@krakenjs/webpack-mem-compile.svg?style=flat-square
[package]: https://www.npmjs.com/package/@krakenjs/webpack-mem-compile
[license-badge]: https://img.shields.io/npm/l/@krakenjs/webpack-mem-compile.svg?style=flat-square
[license]: https://github.com/krakenjs/webpack-mem-compile/blob/main/LICENSE

Compile from a webpack config to a string in memory.

## Install
Expand Down

0 comments on commit c77b4ab

Please # to comment.