Skip to content

Build(deps-dev): Bump follow-redirects from 1.14.7 to 1.15.4 in /examples/react-native #7

Build(deps-dev): Bump follow-redirects from 1.14.7 to 1.15.4 in /examples/react-native

Build(deps-dev): Bump follow-redirects from 1.14.7 to 1.15.4 in /examples/react-native #7

Workflow file for this run

name: Codecov
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: npm
- run: npm ci
- run: npm run test:coverage -- --runInBand
- uses: codecov/codecov-action@v1
with:
verbose: true