Skip to content

Adds aws-ts-lambda-slack example #222

Adds aws-ts-lambda-slack example

Adds aws-ts-lambda-slack example #222

Triggered via pull request September 24, 2024 03:22
Status Success
Total duration 57m 53s
Billable time 5h 45m
Artifacts

test-examples.yml

on: pull_request
TypeScript lint checks
1m 55s
TypeScript lint checks
TypeScript unit tests
2m 18s
TypeScript unit tests
Python unit tests
1m 51s
Python unit tests
Go unit tests
2m 53s
Go unit tests
Kubernetes integration tests
37m 20s
Kubernetes integration tests
Matrix: providers
Matrix: .NET unit tests
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
.NET unit tests (testing-unit-cs): testing-unit-cs/WebserverStackTests.cs#L23
Dereference of a possibly null reference.
.NET unit tests (testing-unit-cs): testing-unit-cs/WebserverStackTests.cs#L36
Dereference of a possibly null reference.
.NET unit tests (testing-unit-cs-mocks): testing-unit-cs-mocks/Testing.cs#L22
Possible null reference argument for parameter 'value' in 'void Builder.Add(string key, object value)'.
.NET unit tests (testing-unit-cs-mocks): testing-unit-cs-mocks/Testing.cs#L45
Nullability of reference types in value of type 'Task<(string Id, object)>' doesn't match target type 'Task<(string? id, object state)>'.