This commit is contained in:
Marc Cataford 2020-02-29 19:29:11 -05:00
parent 4aec696b7e
commit 9b9b4914a5

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 }}