Ci setup #2

Merged
mcataford merged 8 commits from ci-setup into master 2020-03-01 00:38:32 +00:00
Showing only changes of commit 9b9b4914a5 - Show all commits

View file

@ -30,7 +30,6 @@ jobs:
- run: yarn - run: yarn
- run: yarn test:coverage - run: yarn test:coverage
- name: Coverage - name: Coverage
if: ${{ matrix.node-version }} == 12.x
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v1
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}