#106 remove old execution framework#115
Closed
csoltenborn wants to merge 10 commits into
Closed
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #115 +/- ##
===========================================
+ Coverage 73.01% 74.84% +1.82%
===========================================
Files 76 67 -9
Lines 2913 2667 -246
Branches 427 384 -43
===========================================
- Hits 2127 1996 -131
+ Misses 637 542 -95
+ Partials 149 129 -20
Continue to review full report at Codecov.
|
# Conflicts: # GoogleTestAdapter/Core.Tests/Core.Tests.csproj # GoogleTestAdapter/Core.Tests/Helpers/UtilsTests.cs # GoogleTestAdapter/Core/GoogleTestDiscoverer.cs # GoogleTestAdapter/Core/Runners/ParallelTestRunner.cs # GoogleTestAdapter/Core/TestCases/TestCaseFactory.cs # GoogleTestAdapter/TestAdapter/TestExecutor.cs
# Conflicts: # GoogleTestAdapter/Core.Tests/TestResults/StandardOutputTestResultParserTests.cs # GoogleTestAdapter/Core.Tests/TestResults/StreamingTestOutputParserTests.cs # GoogleTestAdapter/Core/Runners/SequentialTestRunner.cs # GoogleTestAdapter/Core/TestResults/StandardOutputTestResultParser.cs # GoogleTestAdapter/Core/TestResults/StreamingStandardOutputTestResultParser.cs
Owner
Author
csoltenborn
pushed a commit
that referenced
this pull request
Jan 24, 2018
* silence tr1 namespace issues though cmake * add preprocessor def to fix tr1 failures when building tests
csoltenborn
pushed a commit
that referenced
this pull request
Aug 4, 2018
* silence tr1 namespace issues though cmake * add preprocessor def to fix tr1 failures when building tests
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed the old execution framework, plus some follow-up refactorings