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

[PM-10395] Add new item type ssh key #10360

Merged
merged 8 commits into from
Aug 30, 2024

Add tests

cc36ebb
Select commit
Loading
Failed to load commit list.
Merged

[PM-10395] Add new item type ssh key #10360

Add tests
cc36ebb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 30, 2024 in 1s

49.18% of diff hit (target 32.92%)

View this Pull Request on Codecov

49.18% of diff hit (target 32.92%)

Annotations

Check warning on line 304 in apps/browser/src/vault/popup/components/vault-v2/add-edit/add-edit-v2.component.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/browser/src/vault/popup/components/vault-v2/add-edit/add-edit-v2.component.ts#L304

Added line #L304 was not covered by tests

Check warning on line 52 in apps/browser/src/vault/popup/components/vault-v2/item-copy-action/item-copy-actions.component.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/browser/src/vault/popup/components/vault-v2/item-copy-action/item-copy-actions.component.ts#L52

Added line #L52 was not covered by tests

Check warning on line 104 in apps/browser/src/vault/popup/components/vault-v2/view-v2/view-v2.component.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/browser/src/vault/popup/components/vault-v2/view-v2/view-v2.component.ts#L104

Added line #L104 was not covered by tests

Check warning on line 112 in apps/browser/src/vault/popup/components/vault/vault-items.component.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/browser/src/vault/popup/components/vault/vault-items.component.ts#L111-L112

Added lines #L111 - L112 were not covered by tests

Check warning on line 33 in apps/desktop/src/vault/app/vault/add-edit.component.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/desktop/src/vault/app/vault/add-edit.component.ts#L33

Added line #L33 was not covered by tests

Check warning on line 144 in apps/desktop/src/vault/app/vault/add-edit.component.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/desktop/src/vault/app/vault/add-edit.component.ts#L144

Added line #L144 was not covered by tests

Check warning on line 40 in libs/angular/src/vault/components/add-edit.component.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/angular/src/vault/components/add-edit.component.ts#L40

Added line #L40 was not covered by tests

Check warning on line 282 in libs/angular/src/vault/components/add-edit.component.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/angular/src/vault/components/add-edit.component.ts#L282

Added line #L282 was not covered by tests

Check warning on line 72 in libs/common/src/vault/icon/build-cipher-icon.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/icon/build-cipher-icon.ts#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 11 in libs/common/src/vault/models/api/ssh-key.api.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/api/ssh-key.api.ts#L11

Added line #L11 was not covered by tests

Check warning on line 79 in libs/common/src/vault/models/data/cipher.data.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/data/cipher.data.ts#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 104 in libs/common/src/vault/models/domain/cipher.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/domain/cipher.ts#L103-L104

Added lines #L103 - L104 were not covered by tests

Check warning on line 166 in libs/common/src/vault/models/domain/cipher.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/domain/cipher.ts#L165-L166

Added lines #L165 - L166 were not covered by tests

Check warning on line 253 in libs/common/src/vault/models/domain/cipher.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/domain/cipher.ts#L252-L253

Added lines #L252 - L253 were not covered by tests

Check warning on line 311 in libs/common/src/vault/models/domain/cipher.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/domain/cipher.ts#L310-L311

Added lines #L310 - L311 were not covered by tests

Check warning on line 64 in libs/common/src/vault/models/domain/ssh-key.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/domain/ssh-key.ts#L61-L64

Added lines #L61 - L64 were not covered by tests

Check warning on line 100 in libs/common/src/vault/models/request/cipher.request.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/request/cipher.request.ts#L99-L100

Added lines #L99 - L100 were not covered by tests

Check warning on line 102 in libs/common/src/vault/models/request/cipher.request.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/request/cipher.request.ts#L102

Added line #L102 was not covered by tests

Check warning on line 104 in libs/common/src/vault/models/request/cipher.request.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/request/cipher.request.ts#L104

Added line #L104 was not covered by tests

Check warning on line 108 in libs/common/src/vault/models/request/cipher.request.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/request/cipher.request.ts#L108

Added line #L108 was not covered by tests

Check warning on line 8 in libs/common/src/vault/models/response/cipher.response.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/response/cipher.response.ts#L8

Added line #L8 was not covered by tests

Check warning on line 80 in libs/common/src/vault/models/response/cipher.response.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/response/cipher.response.ts#L80

Added line #L80 was not covered by tests

Check warning on line 82 in libs/common/src/vault/models/response/cipher.response.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/response/cipher.response.ts#L82

Added line #L82 was not covered by tests

Check warning on line 81 in libs/common/src/vault/models/view/cipher.view.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/view/cipher.view.ts#L81

Added line #L81 was not covered by tests

Check warning on line 193 in libs/common/src/vault/models/view/cipher.view.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/common/src/vault/models/view/cipher.view.ts#L192-L193

Added lines #L192 - L193 were not covered by tests