@modusoperandi/licit 0.1.6 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,3 +27,9 @@ jobs:
27
27
  fetch-depth: 2
28
28
  - run: npm ci
29
29
  - run: npm run build:dist
30
+ - run: npm run test -- --coverage
31
+
32
+ - name: Upload coverage to Codecov
33
+ uses: codecov/codecov-action@v1
34
+ with:
35
+ token: ${{ secrets.CODECOV_TOKEN }}
package/README.md CHANGED
@@ -24,8 +24,9 @@
24
24
 
25
25
  ![Build Status](https://github.com/MO-Movia/licit/workflows/build/badge.svg?branch=main)
26
26
  ![GitHub last commit](https://img.shields.io/github/last-commit/MO-Movia/licit)
27
+ [![codecov](https://codecov.io/gh/MO-Movia/licit/branch/main/graph/badge.svg?token=33EHFUZOGL)](https://codecov.io/gh/MO-Movia/licit)
27
28
  ![Website](https://img.shields.io/website?down_color=red&down_message=Offline&up_color=green&up_message=Online&url=http://www.greathints.com)
28
- ![Dependencies](https://david-dm.org/MO-Movia/licit.svg)
29
+ <!-- ![Dependencies](https://david-dm.org/MO-Movia/licit.svg) -->
29
30
  ![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)
30
31
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
31
32