Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jun 24, 2024
1 parent 83a53c3 commit aa50dee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ jobs:
CI: true
NGS_CI_USER: ${{ secrets.NGS_CI_USER }}
run: |
deno test --allow-all --parallel --reload --quiet --coverage=coverage core/tests/ jetstream/tests kv/tests/ os/tests/ service/tests/
deno test --allow-all --parallel --reload --quiet --unsafely-ignore-certificate-errors --coverage=coverage core/unsafe_tests/
deno test --allow-all --parallel --reload --quiet --coverage=./coverage core/tests/ jetstream/tests kv/tests/ os/tests/ service/tests/
deno test --allow-all --parallel --reload --quiet --unsafely-ignore-certificate-errors --coverage=./coverage core/unsafe_tests/
- name: Build nats.js
run: deno bundle --unstable transport-deno/src/connect.ts nats.js

- name: Generate lcov
run: deno coverage --unstable --lcov ./cov > cov.lcov
run: deno coverage --unstable --lcov ./coverage > cov.lcov

- name: Upload coverage
uses: coverallsapp/[email protected]
Expand Down

0 comments on commit aa50dee

Please sign in to comment.