[
https://issues.apache.org/jira/browse/AVRO-3415?focusedWorklogId=757184&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-757184
]
ASF GitHub Bot logged work on AVRO-3415:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Apr/22 19:52
Start Date: 14/Apr/22 19:52
Worklog Time Spent: 10m
Work Description: zcsizmadia commented on code in PR #1565:
URL: https://github.com/apache/avro/pull/1565#discussion_r850758066
##########
lang/csharp/CODECOVERAGE.md:
##########
@@ -0,0 +1,33 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+# C# Avro Code Coverage
+
+The following instructions should be followed in order to create a code
coverage report locally.
+
+1. Open a command prompt
+2. Install ReportGenerator globally
+ a. Run the following command line: dotnet tool install --global
dotnet-reportgenerator-globaltool --version 5.1.4 --add-source
https://www.nuget.org/packages/
Review Comment:
Put the command between `...`
Issue Time Tracking
-------------------
Worklog Id: (was: 757184)
Time Spent: 8h 50m (was: 8h 40m)
> Add C# code coverage support
> ----------------------------
>
> Key: AVRO-3415
> URL: https://issues.apache.org/jira/browse/AVRO-3415
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Reporter: Kyle Schoonover
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 8h 50m
> Remaining Estimate: 0h
>
> This will add the following dependencies to the test project:
> coverlet.collector version 3.1.2
> coverlet.msbuild version 3.1.2
> ReportGenerator version 5.0.4
--
This message was sent by Atlassian Jira
(v8.20.1#820001)