mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
chore: reenable coverage (#943)
This commit is contained in:
parent
3eea49d4cc
commit
d96e600dbb
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
@ -43,19 +43,16 @@ jobs:
|
||||
- name: Run tests
|
||||
run: deno test --unstable --allow-all
|
||||
|
||||
# TODO(kt3k): Enable coverage settings again when
|
||||
# https://github.com/denoland/deno/issues/10788 is resolved
|
||||
#
|
||||
# - name: Generate lcov
|
||||
# if: matrix.deno == 'canary' && !startsWith(matrix.os, 'ubuntu')
|
||||
# run: deno coverage --unstable --lcov ./cov > cov.lcov
|
||||
- name: Generate lcov
|
||||
if: matrix.deno == 'canary' && !startsWith(matrix.os, 'ubuntu')
|
||||
run: deno coverage --unstable --lcov ./cov > cov.lcov
|
||||
|
||||
# - name: Upload coverage
|
||||
# if: matrix.deno == 'canary' && !startsWith(matrix.os, 'ubuntu')
|
||||
# uses: codecov/codecov-action@v1
|
||||
# with:
|
||||
# name: ${{ matrix.os }}-${{ matrix.deno }}
|
||||
# files: cov.lcov
|
||||
- name: Upload coverage
|
||||
if: matrix.deno == 'canary' && !startsWith(matrix.os, 'ubuntu')
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
name: ${{ matrix.os }}-${{ matrix.deno }}
|
||||
files: cov.lcov
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user