pulumi/sdk/dotnet/Pulumi.Tests
Pat Gavlin d3e49ecb65
[cli, testing, github] Gather code coverage data in CI. (#8260)
These changes add support for gathering code coverage data during tests.

For tests that do not involve the Pulumi CLI, this is straightforward: all of
the ecosystems we target already support gathering coverage data, and we follow
the rules accordingly. Support for each language is broken out into its own
commit.

For tests that do involve the Pulumi CLI, the picture is a bit more complicated.
Go does not make it trivial to perform a coverage-instrumented build (go build
does not have a -cover flag, for example). In lieu of official support, we abuse
go test -c and TestMain to produce a build of the CLI that supports collecting
and reporting coverage data.
2021-11-30 17:24:01 -08:00
..
Core [dotnet/sdk] Add create unknown to output utilities (#7173) 2021-06-10 10:54:16 -04:00
Deployment Fix null exceptions when reading unknown outputs (#7762) 2021-08-17 09:30:54 -04:00
Mocks Fix 8322 (#8339) 2021-11-08 10:45:26 -05:00
Resources Set the package on DependencyProviderResource (#7630) 2021-07-27 06:50:24 -07:00
Serialization iwahbe/8474/dont serialize unknown values (#8475) 2021-11-22 12:40:17 -08:00
AssertEx.cs Enable output marshaling in .NET (#8316) 2021-11-12 14:58:34 -08:00
DeploymentTests.cs Await outstanding async work in .NET. (#6993) 2021-05-12 13:23:47 -07:00
Pulumi.Tests.csproj [cli, testing, github] Gather code coverage data in CI. (#8260) 2021-11-30 17:24:01 -08:00
PulumiTest.cs Await outstanding async work in .NET. (#6993) 2021-05-12 13:23:47 -07:00
StackTests.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
xunit.runner.json Support microsoft logging extensions with inline programs (#7117) 2021-06-10 23:06:57 -04:00