coveralls.netcore 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package coveralls.netcore --version 1.0.0
NuGet\Install-Package coveralls.netcore -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="coveralls.netcore" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add coveralls.netcore --version 1.0.0
#r "nuget: coveralls.netcore, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install coveralls.netcore as a Cake Addin
#addin nuget:?package=coveralls.netcore&version=1.0.0

// Install coveralls.netcore as a Cake Tool
#tool nuget:?package=coveralls.netcore&version=1.0.0

coveralls.net

GitHub version Build status Coverage Status

Coveralls uploader for .Net code coverage reporting

Getting started

Coveralls is a service which keep track of code coverage statistics. The process is as follows:

  • Push your code to GitHub
  • Build server builds, runs unit tests, and using coveralls.net, sends coverage information to coveralls.io
  • Your project's coveralls badge gets updated

For detailed instructions, please visit the wiki

Supported Frameworks

Coverage Tools
CI Services

Planned

These are the current (hopeful) targets, but I'm not sure how far I will be able to get on my own. If you would like to help, please fork this repository

Coverage Tools
CI Services

Versioning

<b>coveralls.net</b> will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<build>

and constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (resetting the minor and build)
  • New additions without breaking backward compatibility bumps the minor (resetting the build)
  • Bug fixes and misc changes increase the build number

For more information on SemVer, please visit http://semver.org/.

Bug tracker

Have a bug or a feature request? Please open a new issue. Before opening a new issue, please search for existing issues.

Contributing

Please submit all pull requests against WIP branches. You must include all relevant unit tests for any bug fixes or new features.

Thanks!

Authors

Jason Deering

License

Licensed under the GNU General Public License, Version 3.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License at:

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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 660 5/22/2020
2.0.0 489 5/22/2020
1.0.0 418 5/22/2020

a .net core clone of coveralls.net from Jason Deering at https://github.com/coveralls-net/coveralls.net