Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 (#289) #131

Bump follow-redirects from 1.15.4 to 1.15.6 (#289)

Bump follow-redirects from 1.15.4 to 1.15.6 (#289) #131

Workflow file for this run

name: coverage
on:
push:
branches:
- master
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Send Coverage Report To Codacy
run: |
npm ci
npm run coverage
CODACY_PROJECT_TOKEN=${{ secrets.CODACY_SECRET }} bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage/lcov.info