Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from larzw/develop
Browse files Browse the repository at this point in the history
Updated readme.
  • Loading branch information
larzw authored Jan 25, 2017
2 parents 00ed44a + 5386457 commit e466270
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,48 @@
# Codecov-exe
Codecov Global Executable (.exe) Uploader for PowerShell, Windows Command Line (cmd), .NET and Mono.
=======
| [https://codecov.io/][1] | [@codecov][2] | [hello@codecov.io][3] |
| ------------------------ | ------------- | --------------------- |

This repository is currently under active development working towards version 0.1.0. All types of contributions are welcome! Feel free to open an issue or ask a question.

## ToDoList

- [x] Upload a coverage report locally using Git/Hg.
- [ ] Upload coverage report using AppVeyor.
- [ ] Implement Codecov command line interface.
- [ ] Implement V2 endpoint as backup upload.
- [ ] Upload a coverage report using TeamCity.
- [ ] Upload a coverage report using Travis-Ci (Mono).
- [ ] Unit and integration tests.
- [ ] Get an AppVeyor build setup (using Cake Script). Add some development tooling.
- [ ] See if PowerShell for Linux works?
- Three way to obtain the .exe
- [ ] Add .exe to NuGet (For .NET developers).
- [ ] Add .exe to Choco (like apt-get or homebrew but for windows).
- [ ] Create a PowerShell bootstraper script to download the .exe. The .exe will be an assest on a release.

## CI Providers
| Company | Supported | Token Required |
| --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| [Travis CI](https://travis-ci.org/) | No | Private only |
| [CircleCI](https://circleci.com/) | No | Private only |
| [Codeship](https://codeship.com/) | No | Public & Private |
| [Jenkins](https://jenkins-ci.org/) | No | Public & Private |
| [Semaphore](https://semaphoreci.com/) | No | Public & Private |
| [Drone.io](https://drone.io/) | No | Public & Private |
| [AppVeyor](http://www.appveyor.com/) | No | Public & Private |
| [Wercker](http://wercker.com/) | No | Public & Private |
| [Magnum CI](https://magnum-ci.com/) | No | Public & Private |
| [Shippable](http://www.shippable.com/) | No | Public & Private |
| [Gitlab CI](https://about.gitlab.com/gitlab-ci/) | No | Public & Private |
| [Snap CI](https://snap-ci.com/) | No | Public & Private |
| git / mercurial | No (as a fallback) | Public & Private |
| [Buildbot](http://buildbot.net/) | No | |
| [Bamboo](https://www.atlassian.com/software/bamboo) | No | |
| [Solano Labs](https://www.solanolabs.com/) | No | |

> Using **Travis CI**? Uploader is compatible with `sudo: false` which can speed up your builds. :+1:
[1]: https://codecov.io/
[2]: https://twitter.com/codecov
[3]: mailto:hello@codecov.io

0 comments on commit e466270

Please sign in to comment.