Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/validate-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,11 @@ jobs:
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: npm ci

- uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
- name: Run tests
run: npm run test

- uses: qltysh/qlty-action/coverage@v1
with:
coverageCommand: npm run test
coverageLocations:
./coverage/lcov.info:lcov
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
files: ${{ github.workspace }}/coverage/lcov.info
skip-errors: false
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<p align="center">
<a href="https://www.npmjs.com/package/@croct/json-pointer"><img alt="Version" src="https://img.shields.io/npm/v/@croct/json-pointer"/></a>
<a href="https://github.com/croct-tech/json-pointer-js/actions/workflows/validate-branch.yaml"><img alt="Build" src="https://github.com/croct-tech/json-pointer-js/actions/workflows/validate-branch.yaml/badge.svg" /></a>
<a href="https://codeclimate.com/repos/6224bc798bc258016500056f/test_coverage"><img src="https://api.codeclimate.com/v1/badges/692b087d6472a80bb509/test_coverage" /></a>
<a href="https://codeclimate.com/repos/6224bc798bc258016500056f/maintainability"><img src="https://api.codeclimate.com/v1/badges/692b087d6472a80bb509/maintainability" /></a>
<br />
<a href="https://qlty.sh/gh/croct-tech/projects/json-pointer-js"><img src="https://qlty.sh/badges/6bc1a76f-e1e9-446e-96be-def10ef5b973/coverage.svg" alt="Code Coverage" /></a>
<a href="https://qlty.sh/gh/croct-tech/projects/json-pointer-js"><img src="https://qlty.sh/badges/6bc1a76f-e1e9-446e-96be-def10ef5b973/maintainability.svg" alt="Maintainability" /></a>
<br />
<br />
<a href="https://github.com/croct-tech/json-pointer-js/releases">📦Releases</a>
·
Expand Down