Merge branch 'master' into add-rc-files

This commit is contained in:
Michael Rose 2020-03-06 16:10:39 -05:00 committed by GitHub
commit 717c6a123f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
name: packwatch CI name: packwatch CI
on: [push] on: [push, pull_request]
jobs: jobs:
lint: lint:
@ -33,7 +33,7 @@ jobs:
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v1
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true fail_ci_if_error: false
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest