Skip to content

Commit

Permalink
test(deno): merge deno runtime coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
usualoma committed Sep 27, 2024
1 parent f87c221 commit 7bd90ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- main
- fastly
- node
- deno
- workerd
- lambda
- lambda-edge
Expand Down Expand Up @@ -80,6 +81,8 @@ jobs:
- run: env NAME=Deno deno test --coverage=coverage/raw/deno-runtime --allow-read --allow-env --allow-write --allow-net -c runtime-tests/deno/deno.json runtime-tests/deno
- run: deno test -c runtime-tests/deno-jsx/deno.precompile.json --coverage=coverage/raw/deno-precompile-jsx runtime-tests/deno-jsx
- run: deno test -c runtime-tests/deno-jsx/deno.react-jsx.json --coverage=coverage/raw/deno-react-jsx runtime-tests/deno-jsx
- run: grep -R '"url":' coverage | grep -v runtime-tests | sed -e 's/.*file:..//;s/.,//' | xargs deno cache --unstable-sloppy-imports
- run: deno coverage --lcov > coverage/deno-runtime-coverage.lcov
- uses: actions/upload-artifact@v4
with:
name: coverage-deno
Expand Down

0 comments on commit 7bd90ee

Please sign in to comment.