dotnet-sdk/test/Dapr.Actors.Test
Ryan Nowak 0aab615202
Add better test reporting (#591)
Our experience right now is pretty bad when tests fail, you get a
generic `failed with exit code 1`.

This change adds more full-featured integration with GitHub Actions as
well as fixes a few minor issues:

- We were missing the codecov package on one project
- Updates to test SDK
- Annotations on failing tests
- Each test project as its own status check
- Separating a parallelizing steps of the build

Co-authored-by: vinayada1 <28875764+vinayada1@users.noreply.github.com>
2021-02-19 17:02:49 -08:00
..
Runtime Make Actors unit testable (#576) 2021-02-01 11:47:02 -08:00
Serialization Merge into release (#565) 2021-01-27 14:46:35 -08:00
ActorCodeBuilderTests.cs Clean ActorId (#121) 2019-10-21 19:25:18 -07:00
ActorIdTests.cs Initializing ActorId with an empty string should throw an exception (#279) 2020-04-05 12:02:03 -07:00
ActorMethodInvocationExceptionTests.cs remove binaryformatter (#456) 2020-11-30 16:24:10 -08:00
ActorProxyOptionsTests.cs Merge into release (#565) 2021-01-27 14:46:35 -08:00
ActorProxyTests.cs Merge into release (#565) 2021-01-27 14:46:35 -08:00
ApiTokenTests.cs Fix pattern for tests that use HttpClient (#589) 2021-02-16 10:09:34 -08:00
Dapr.Actors.Test.csproj Add better test reporting (#591) 2021-02-19 17:02:49 -08:00
DaprFormatTimeSpanTests.cs Timers (#485) 2020-12-07 12:52:07 -08:00
DaprHttpInteractorTest.cs Fix pattern for tests that use HttpClient (#589) 2021-02-16 10:09:34 -08:00
ITestActor.cs Merge into release (#565) 2021-01-27 14:46:35 -08:00