Replaced scrutinizer with codecov

This commit is contained in:
Alejandro Celaya
2020-12-19 12:55:30 +01:00
parent e9e53bb69b
commit 4002392b12
6 changed files with 6 additions and 24 deletions

View File

@@ -31,7 +31,10 @@ jobs:
node-version: 14.15
- run: npm ci
- run: npm run test:ci
- run: node_modules/.bin/ocular coverage/clover.xml
- name: Publish coverage
uses: codecov/codecov-action@v1
with:
file: ./coverage/clover.xml
mutation-tests:
continue-on-error: true