Skip to content

Commit 7696354

Browse files
committed
Update test coverage statements in workflow doc
1 parent ce8bcb8 commit 7696354

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Documentation/project-docs/contributing-workflow.md

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ The [dotnet continuous integration](http://ci.dot.net/) (CI) system will automat
3737

3838
If the CI build fails for any reason, the PR issue will be updated with a link that can be used to determine the cause of the failure.
3939

40-
There is currently minimal test coverage for Linux and OS X builds that can be used by the dotnet CI. We are working to improve that so that more issues can be caught in CI, as is the case with Windows.
41-
4240
## PR Feedback
4341

4442
Microsoft team and community members will provide feedback on your change. Community feedback is highly valued. You will often see the absence of team feedback if the community has already provided good review feedback.

Documentation/project-docs/copyright.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following rules are used for determining the binary license:
2626
- If the contained binaries are built from multiple .NET Core repositories, the license should point to [dotnet/core](https://github.com/dotnet/core/blob/master/LICENSE.TXT).
2727
- If the contents are not 100% open source, the distribution should be licensed with the [.NET Library license](https://www.microsoft.com/net/dotnet_library_license.htm).
2828
- It is OK for licensing to be asymmetric for a single distribution type. For example, it’s possible that the .NET Core SDK distribution might be fully open source for Linux but include a closed-source component on Windows. In this case, the SDK would be licensed as MIT on Linux and use the .NET Library License on Windows. It is better to have more open licenses than less.
29-
- It is OK for the source and binary licenses not to match. For example, the source might be Apache 2 but ships as an MIT binary The third party notices file should capture the Apache 2 license. This only works for a permissive licenses, however, we have limited the project to that class of licenses already. The value of this approach is that binary licenses are uniform.
29+
- It is OK for the source and binary licenses not to match. For example, the source might be Apache 2 but ships as an MIT binary. The third party notices file should capture the Apache 2 license. This only works for a permissive licenses, however, we have limited the project to that class of licenses already. The value of this approach is that binary licenses are uniform.
3030

3131
Patents
3232
-------

0 commit comments

Comments
 (0)