chore: Add RC files #5

Merged
msrose merged 2 commits from add-rc-files into master 2020-03-06 21:16:08 +00:00
Showing only changes of commit 717c6a123f - Show all commits

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