Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5842997
fix NuGet references for Linux
molnargab Feb 11, 2015
ae50d52
remove backslash from path
molnargab Feb 9, 2015
466f941
port GendarmeSigner to Mono
molnargab Feb 2, 2015
e5b4b56
fix post build event to use current dir
molnargab Feb 2, 2015
4701e24
rename FakesSuppport to Suppport or Fakes.Suppport
sawilde Feb 12, 2015
dffd38a
use Mono compatible Tools version for FakesSupport project
molnargab Feb 14, 2015
9b2f864
added slack info
sawilde Feb 17, 2015
468a6a9
Update README.md
sawilde Feb 17, 2015
2043f1b
Update README.md
sawilde Feb 18, 2015
ddfb882
#244 some readability refactoring and tidy up
sawilde Feb 13, 2015
3b4660d
Merge pull request #265 from molnargab/gendarme_signer
sawilde Feb 21, 2015
b595688
Merge branch 'master' of https://github.com/OpenCover/opencover
sawilde Feb 21, 2015
28dbbbe
Merge pull request #269 from sawilde/master
sawilde Feb 21, 2015
488a8a5
Update ReleaseNotes.tmp
sawilde Feb 21, 2015
4022888
do not find fileid of a point if already known
sawilde Feb 22, 2015
d250611
Merge pull request #270 from sawilde/master
sawilde Feb 22, 2015
cd48796
Merge pull request #271 from OpenCover/master
sawilde Feb 22, 2015
e7c150f
extracted regex logic to its own class
molnargab Nov 15, 2014
ace6a17
used lists instead of arrays for test data
molnargab Nov 15, 2014
b3a3b4a
renamed lambda variables
molnargab Nov 16, 2014
fd046b7
extract common lambdas
molnargab Feb 23, 2015
094f070
extract interface into its own file
molnargab Feb 23, 2015
7a48642
used extension method for readability
molnargab Feb 23, 2015
deca290
created namespace for Filtering, created separate files
molnargab Feb 23, 2015
e8b7495
tests for wrapping regular expression inputs
molnargab Feb 23, 2015
f07df21
extract FilterType parsing
molnargab Feb 23, 2015
75273ff
add wrapping for RegexFilter
molnargab Feb 25, 2015
bb9c226
use RegexFilter for file exclusion, test files and attributes
molnargab Feb 25, 2015
f9169d4
extract common exception creation
molnargab Feb 25, 2015
b9e79c2
extract RegexFilter creation to extension method
molnargab Feb 25, 2015
b9c5c93
added missing VSDoc for params, reduced visibility of FilterTypeExten…
molnargab Feb 27, 2015
3e63dff
Merge pull request #272 from molnargab/filter_refactoring
sawilde Feb 27, 2015
6fc30bb
Added Gitter badge
gitter-badger Mar 1, 2015
0d08620
Merge pull request #273 from gitter-badger/gitter-badge
sawilde Mar 1, 2015
a6a4fae
Update README.md
sawilde Mar 1, 2015
8f7273c
Update appveyor.yml
sawilde Mar 2, 2015
1d5f707
Update appveyor.yml
sawilde Mar 2, 2015
7670e79
set timeout on chunk to 10s (under the rare occasion that the profile…
sawilde Mar 3, 2015
2548731
Merge branch 'master' of https://github.com/OpenCover/opencover
sawilde Mar 3, 2015
bf999dc
Merge pull request #275 from sawilde/master
sawilde Mar 3, 2015
f689dd7
Merge pull request #276 from OpenCover/release
sawilde Mar 4, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ The latest releases can be downloaded from [releases](https://github.com/opencov
[![Nuget](https://img.shields.io/nuget/vpre/opencover.svg)](http://nuget.org/packages/opencover)

### Master

The primary repo for the project is [on GitHub](https://github.com/opencover/opencover/) and is also where the [wiki](https://github.com/OpenCover/opencover/wiki) and [issues](https://github.com/OpenCover/opencover/wiki) are managed from.

### Team communication
[![Join the chat at https://gitter.im/OpenCover/opencover](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/OpenCover/opencover?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Team communications can also be done via [slack](http://slack.com), raise an issue to request access (include your email - obfuscated if you wish) and we will send you an invite then just visit the [team page](https://opencover.slack.com/) to sign up and join the conversation.

### Licence
All Original Software is licensed under the [MIT Licence](https://github.com/opencover/opencover/blob/master/License.md) and does not apply to any other 3rd party tools, utilities or code which may be used to develop this application.

Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes.tmp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version [[version]]
#244 support ApplicationUnderTest.Launch to propagate required OPENCOVER environment variables
#256 support Microsoft Fakes (feature) - beta support until we bed feature in
#248 address issue with Mono.Cecil and latest PDB (.NET 4.6) version
#252 use AppVeyor for building code and pull requests (prj-mgmt)
Expand Down
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,11 @@ deploy:
artifact: NugetCandidate
on:
branch: rc
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/737fbf46970811e6bfa7
on_build_success: true
on_build_failure: true
on_build_status_changed: true
on_success:
- build dogfood-release
- build dogfood-release
2 changes: 1 addition & 1 deletion main/.nuget/NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<PropertyGroup>
<!-- NuGet command -->
<NuGetExePath Condition=" '$(NuGetExePath)' == '' ">$(NuGetToolsPath)\nuget.exe</NuGetExePath>
<NuGetExePath Condition=" '$(NuGetExePath)' == '' ">$(NuGetToolsPath)\NuGet.exe</NuGetExePath>
<PackageSources Condition=" $(PackageSources) == '' ">@(PackageSource)</PackageSources>

<NuGetCommand Condition=" '$(OS)' == 'Windows_NT'">"$(NuGetExePath)"</NuGetCommand>
Expand Down
2 changes: 1 addition & 1 deletion main/OpenCover.Console/OpenCover.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
2 changes: 1 addition & 1 deletion main/OpenCover.Extensions/OpenCover.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
13 changes: 0 additions & 13 deletions main/OpenCover.FakesSupport/FakesDomainHelper.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private static void SendChunkAndWaitForConfirmation(int writeSize, IManagedCommu
mcb.StreamAccessorComms.Seek(0, SeekOrigin.Begin);
mcb.StreamAccessorComms.Write(mcb.DataCommunication, 0, writeSize);

WaitHandle.SignalAndWait(mcb.InformationReadyForProfiler, mcb.InformationReadByProfiler);
WaitHandle.SignalAndWait(mcb.InformationReadyForProfiler, mcb.InformationReadByProfiler, 10000, false);
mcb.InformationReadByProfiler.Reset();
}

Expand Down
Loading