Skip to content

Commit

Permalink
Merge pull request #169 from reg-viz/cofigure_codecov
Browse files Browse the repository at this point in the history
chore: Configure Codecov
  • Loading branch information
Quramy committed Mar 4, 2024
2 parents a7b7b9d + 4d65ba0 commit f32c736
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Expand Up @@ -29,8 +29,9 @@ jobs:
npm run test:ci
env:
CI: true
# - uses: codecov/codecov-action@v1
# with:
# name: jest
# token: ${{ secrets.CODECOV_TOKEN }}
# file: ./coverage/coverage-final.json
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: reg-viz/img-diff-js
files: ./coverage/coverage-final.json
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -2,6 +2,7 @@

[![github actions](https://github.com/reg-viz/img-diff-js/workflows/build/badge.svg)](https://github.com/reg-viz/img-diff-js/actions)
[![npm version](https://badge.fury.io/js/img-diff-js.svg)](https://badge.fury.io/js/img-diff-js)
[![codecov](https://codecov.io/gh/reg-viz/img-diff-js/graph/badge.svg?token=6QopebRnI6)](https://codecov.io/gh/reg-viz/img-diff-js)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

:art: Node.js library to compare 2 images without native libs.
Expand Down

0 comments on commit f32c736

Please sign in to comment.