clarius - coveralls.io 1.4.2

Program for sending coverage reports to coveralls.io

PM> Install-Package coveralls.io -Version 1.4.2 -Source https://www.myget.org/F/clarius/api/v3/index.json

Copy to clipboard

> nuget.exe install coveralls.io -Version 1.4.2 -Source https://www.myget.org/F/clarius/api/v3/index.json

Copy to clipboard

> dotnet add package coveralls.io --version 1.4.2 --source https://www.myget.org/F/clarius/api/v3/index.json

Copy to clipboard
<PackageReference Include="coveralls.io" Version="1.4.2" />
Copy to clipboard
source https://www.myget.org/F/clarius/api/v3/index.json

nuget coveralls.io  ~> 1.4.2
Copy to clipboard

> choco install coveralls.io --version 1.4.2 --source https://www.myget.org/F/clarius/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "clarius" -SourceLocation "https://www.myget.org/F/clarius/api/v2"
Install-Module -Name "coveralls.io" -RequiredVersion "1.4.2" -Repository "clarius" 
Copy to clipboard

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

coveralls.net 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.

Owners

kzu

Authors

Jason Deering

Project URL

https://github.com/coveralls-net/coveralls.net

License

GPL-3.0

Tags

coveralls coveralls.io code coverage reporting

Info

19 total downloads
4 downloads for version 1.4.2
Download (4.27 MB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
1.4.2 4.27 MB Thu, 12 Oct 2017 05:01:57 GMT 4
1.4.1 4.27 MB Thu, 14 Sep 2017 04:51:39 GMT 3
1.3.4 4.26 MB Tue, 12 Jan 2016 15:14:29 GMT 12