Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Bump urllib3 from 1.26.15 to 1.26.17 #139

Bump urllib3 from 1.26.15 to 1.26.17

Bump urllib3 from 1.26.15 to 1.26.17 #139

Workflow file for this run

name: Coverage
# Skip job run if PR updated
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
coverage:
runs-on: ubuntu-latest
timeout-minutes: 20
name: Coverage report
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install deps
run: npm install
- name: Test coverage
uses: ArtiomTr/jest-coverage-report-action@v2
with:
annotations: failed-tests
test-script: npm test -- --coverage
output: comment, report-markdown
- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageLocations: |
${{github.workspace}}/coverage/lcov.info:lcov