Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Artifact removal #668

Merged
merged 92 commits into from
May 8, 2024

fix wasm tests

6c7fd3c
Select commit
Loading
Failed to load commit list.
Merged

feat: Artifact removal #668

fix wasm tests
6c7fd3c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 8, 2024 in 0s

73.85% (-0.10%) compared to 0cdd241, passed because coverage increased by +0.28% when compared to adjusted base (73.56%)

View this Pull Request on Codecov

73.85% (-0.10%) compared to 0cdd241, passed because coverage increased by +0.28% when compared to adjusted base (73.56%)

Details

Codecov Report

Attention: Patch coverage is 83.66412% with 107 lines in your changes are missing coverage. Please review.

Project coverage is 73.85%. Comparing base (0cdd241) to head (6c7fd3c).

Files Patch % Lines
typegate/src/typegate/artifacts/local.ts 76.33% 31 Missing ⚠️
typegate/src/typegate/artifacts/mod.ts 84.07% 18 Missing ⚠️
typegate/src/typegate/artifacts/shared.ts 88.88% 18 Missing ⚠️
typegate/src/engine/query_engine.ts 71.42% 10 Missing ⚠️
typegate/src/typegate/mod.ts 91.52% 5 Missing ⚠️
typegate/src/utils.ts 50.00% 4 Missing ⚠️
typegate/src/runtimes/http.ts 0.00% 3 Missing ⚠️
typegate/src/runtimes/typegate.ts 25.00% 3 Missing ⚠️
typegate/src/typegraph/versions.ts 50.00% 3 Missing ⚠️
typegate/tests/utils/s3.ts 76.92% 3 Missing ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #668      +/-   ##
==========================================
- Coverage   73.95%   73.85%   -0.10%     
==========================================
  Files         121      120       -1     
  Lines       13555    13776     +221     
  Branches     1383     1393      +10     
==========================================
+ Hits        10024    10174     +150     
- Misses       3507     3576      +69     
- Partials       24       26       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.