Skip to content

Commit

Permalink
refactor(gateway): update tsconfig include patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil committed Oct 11, 2024
1 parent 12e9715 commit dd26e11
Show file tree
Hide file tree
Showing 24 changed files with 109 additions and 990 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
codecovcli --verbose do-upload --fail-on-error --flag persona --name persona --dir packages/persona
- name: Codecov upload sessions coverage
if: ${{ always() }} # using always() to always run this step because i am uploading test results and coverage in one step
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
codecovcli --verbose do-upload --fail-on-error --flag sessions --name sessions --dir packages/sessions
- name: Codecov upload shard coverage
if: ${{ always() }} # using always() to always run this step because i am uploading test results and coverage in one step
env:
Expand Down
335 changes: 0 additions & 335 deletions packages/core/src/serializationHelpers.test.ts

This file was deleted.

Loading

0 comments on commit dd26e11

Please sign in to comment.