-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moved coverage files into seperate folder #5961
Commits on Feb 18, 2020
-
Added Branch Coverage Tool & Unit Tests for getFieldValue()
* Implemented our own branch coverage tool to the function getFieldValue * Added 4 unit tests to improve the branch coverage for the function
Configuration menu - View commit details
-
Copy full SHA for 65e5c89 - Browse repository at this point
Copy the full SHA 65e5c89View commit details -
Added Branch Coverage Tool for format()
* Added our own branch coverage tool to the function format
Configuration menu - View commit details
-
Copy full SHA for faa2bd7 - Browse repository at this point
Copy the full SHA faa2bd7View commit details -
Added Branch Coverage Tool for addDotIfAbbreviation()
* Added our own branch coverage tool to the function addDotIfAbbreviation
Configuration menu - View commit details
-
Copy full SHA for 0824b92 - Browse repository at this point
Copy the full SHA 0824b92View commit details -
* Add branch coverage metric to GvKParser::parseEntry including results before and after added tests. * Add 4 unit tests to GvKParser::parseEntry that increase coverage by ~10 percentage points. Tests are simplified to only contain necessary inputs. * Refactor GvkParser::parseEntry (refactoring was done by all group members) to reduce CC by at least 35%. Co-authored-by: David Johansson <david.johansson11@gmail.com> Co-authored-by: yiiju <yijuhung0129@gmail.com> Co-authored-by: Christine Rosquist <rosquistchristine@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ec59705 - Browse repository at this point
Copy the full SHA ec59705View commit details -
Add branch coverage tool, unit tests and refactoring for Authors::han…
…dleArgument (#3) * Added branch coverage tool to Authors::handleArgument including results before and after added tests * Add 4 unit tests to Authors::handleArgument in AuthorsTest increase branch coverage from 58% to 73% * Refactor Authors::handleArgument into a new file, AuthorsRefactor and unit tests file, AuthorsRefactorTest reduce cyclomatic complexity from 36 to 7 (larger than 35%) Co-authored-by: Simon Sirak <simon.sirak@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9330e7e - Browse repository at this point
Copy the full SHA 9330e7eView commit details -
Added Branch Coverage Tool & Unit Tests for transformSpecialCharacter()
* Implemented ad-hoc branch coverage tool for RTFChars::transformSpecialCharacter(). * Implemented 4 unit tests that increase the coverage from 67% to 90% according to our own branch coverage tool.
Configuration menu - View commit details
-
Copy full SHA for 349fee0 - Browse repository at this point
Copy the full SHA 349fee0View commit details -
Added Branch Coverage Tool & Unit Tests for compare()
* Implemented ad-hoc branch coverage tool for EntryComparator::compare(). * Implemented 4 unit tests that increase the coverage from 28% to 48% according to our own branch coverage tool.
Configuration menu - View commit details
-
Copy full SHA for e8bbee6 - Browse repository at this point
Copy the full SHA e8bbee6View commit details -
Add branch coverage tool for AuthorListParser::getToken (#7)
* Add branch coverage to AuthorListParser::getToken
Configuration menu - View commit details
-
Copy full SHA for 8a14a90 - Browse repository at this point
Copy the full SHA 8a14a90View commit details
Commits on Feb 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 76fb5c0 - Browse repository at this point
Copy the full SHA 76fb5c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a284d71 - Browse repository at this point
Copy the full SHA a284d71View commit details