This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1020 from OpenCover/rc
push release
- Loading branch information
Showing
117 changed files
with
4,787 additions
and
3,621 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github: sawilde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please provide the following information when submitting an issue. | ||
> Where appropriate replace the `[]` with a `[X]` | ||
**NOTE** Support requests should initially be raised on [GitHub discussions](https://github.com/OpenCover/opencover/discussions) | ||
|
||
### My Framework | ||
|
||
- [ ] .NET 2 | ||
- [ ] .NET 3.5 | ||
- [ ] .NET 4 | ||
- [ ] .NET 4.5 | ||
- [ ] .NET 4.6 | ||
- [ ] .NET 4.6.1 | ||
- [ ] .NET 4.6.2 | ||
- [ ] .NET 4.7 | ||
- [ ] .NET 4.7.1 | ||
- [ ] .NET 4.7.2 | ||
- [ ] .NET 4.8 | ||
- [ ] .NET Core 2.2.0 | ||
- [ ] .NET Core 3.1.0 | ||
- [ ] .NET 5 | ||
- only release and LTS versions of .NET runtimes and SDKs will be supported | ||
|
||
### My Environment | ||
|
||
- [ ] Windows 7 or below (not truly supported due to EOL) | ||
- [ ] Windows 8 | ||
- [ ] Windows 8.1 | ||
- [ ] Windows 10 | ||
- [ ] Windows 10 IoT Core | ||
- [ ] Windows Server 2012 | ||
- [ ] Windows Server 2012 R2 | ||
- [ ] Windows Server 2016 | ||
- [ ] Windows Server 2019 | ||
|
||
### I have already... | ||
|
||
- [ ] repeated the problem using the latest stable release of OpenCover. | ||
- [ ] reviewed the [usage guide](https://github.com/opencover/opencover/wiki/usage) and [usage document](https://github.com/opencover/opencover/blob/master/main/OpenCover.Documentation/Usage.pdf). | ||
- [ ] have looked at the opencover output xml file in an attempt to resolve the issue. | ||
- [ ] reviewed the [current issues](https://github.com/opencover/opencover/issues) to check that the issue isn't already known. | ||
|
||
### My issue is related to (check only those which apply): | ||
|
||
- [ ] no coverage being recorded | ||
- [ ] 32 or 64 bit support | ||
|
||
### Describe the bug | ||
A clear and concise description of what the bug is. | ||
|
||
### Steps to reproduce the problem: | ||
|
||
- [ ] reviewed the [usage guide](https://github.com/opencover/opencover/wiki/usage) and [usage document](https://github.com/opencover/opencover/blob/master/main/OpenCover.Documentation/Usage.pdf) again because we know you probably didn't do it the first time. | ||
- [ ] sample code or link to repository/gist is available (support is much, much faster this way) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Support for OpenCover | ||
|
||
Welcome to OpenCover! We use GitHub for tracking bugs and feature requests. | ||
- with also looking at using GitHub discussions for support issues. | ||
|
||
### Stack Overflow | ||
|
||
The OpenCover Community is active on Stack Overflow, you can post your questions there: | ||
|
||
* [OpenCover on Stack Overflow](https://stackoverflow.com/questions/tagged/opencover) | ||
|
||
* Here are some tips for [about how to ask good questions](https://stackoverflow.com/help/how-to-ask). | ||
* Don't forget to check to see [what's on topic](http://stackoverflow.com/help/on-topic). | ||
|
||
* [OpenCover on GitHub)(https://github.com/OpenCover/opencover/discussions) | ||
|
||
* Before raising a [support issue](https://github.com/OpenCover/opencover/issues) please start a discussion first if it becomes a defect/feature request then an appropriate ticket can be created. | ||
|
||
### Documentation | ||
|
||
* [Wiki](https://github.com/OpenCover/opencover/wiki/Usage) or [PDF](https://github.com/OpenCover/opencover/blob/master/main/OpenCover.Documentation/Usage.pdf) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1 @@ | ||
Please provide the following information when submitting an issue. | ||
|
||
> Where appropriate replace the `[ ]` with a `[X]` | ||
### My Framework | ||
|
||
- [ ] .NET 2 | ||
- [ ] .NET 3.5 | ||
- [ ] .NET 4 | ||
- [ ] .NET 4.5 | ||
- [ ] .NET 4.6 | ||
- [ ] .NET 4.6.1 | ||
- [ ] .NET 4.6.2 | ||
- [ ] .NET 4.7 | ||
- [ ] .NET 4.7.1 | ||
- [ ] .NET 4.7.2 | ||
- [ ] .NET Core 1.0.0 | ||
- [ ] .NET Core 2.0.0 | ||
- [ ] Something else | ||
|
||
### My Environment | ||
|
||
- [ ] Windows 7 or below (not truly supported due to EOL) | ||
- [ ] Windows 8 | ||
- [ ] Windows 8.1 | ||
- [ ] Windows 10 | ||
- [ ] Windows 10 IoT Core | ||
- [ ] Windows Server 2012 | ||
- [ ] Windows Server 2012 R2 | ||
- [ ] Windows Server 2016 | ||
|
||
### I have already... | ||
|
||
- [ ] repeated the problem using the latest stable release of OpenCover. | ||
- [ ] reviewed the [usage guide](https://github.com/opencover/opencover/wiki/usage) and [usage document](https://github.com/opencover/opencover/blob/master/main/OpenCover.Documentation/Usage.pdf). | ||
- [ ] have looked at the opencover output xml file in an attempt to resolve the issue. | ||
- [ ] reviewed the [current issues](https://github.com/opencover/opencover/issues) to check that the issue isn't already known. | ||
|
||
### My issue is related to (check only those which apply): | ||
|
||
- [ ] no coverage being recorded | ||
- [ ] 32 or 64 bit support | ||
- [ ] feature request | ||
|
||
### Expected Behavior | ||
|
||
Fill me in... | ||
|
||
### Actual Behavior | ||
|
||
Fill me in... | ||
|
||
### Steps to reproduce the problem: | ||
|
||
- [ ] reviewed the [usage guide](https://github.com/opencover/opencover/wiki/usage) and [usage document](https://github.com/opencover/opencover/blob/master/main/OpenCover.Documentation/Usage.pdf) again because we know you probably didn't do it the first time. | ||
- [ ] sample code or link to repository/gist is available (support is much faster this way) | ||
**Support requests** should initially be raised on [GitHub discussions](https://github.com/OpenCover/opencover/discussions) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.