Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
c422241
add jacoco plugin
YBushi Jun 8, 2024
9aa0841
Create .gitattributes
YBushi Jun 8, 2024
759e955
Normalize all line endings to LF
YBushi Jun 8, 2024
56f0a96
Normalize all line endings to LF
YBushi Jun 8, 2024
f389b08
Revert "Normalize all line endings to LF"
YBushi Jun 8, 2024
e84040a
Revert "Normalize all line endings to LF"
YBushi Jun 8, 2024
49d6ffe
.picked functions to cover
YBushi Jun 9, 2024
ac025a4
added readme which we should use for the report of our assignment
YBushi Jun 9, 2024
22ff531
Update README.md
YBushi Jun 9, 2024
30ddaf0
.added my 2 methods that I covered into the report
YBushi Jun 9, 2024
8385a7b
.disabled checkstyles so its easier to code without having to worry a…
YBushi Jun 9, 2024
99b6a14
Update README.md - Jayran 2 functions
jayran-d Jun 9, 2024
d865301
Update README.md
nikola20145 Jun 9, 2024
0983313
.disable programming mistake detector
YBushi Jun 10, 2024
c97456e
.added before/after coverage
YBushi Jun 10, 2024
8fa3da5
Update README.md
nikola20145 Jun 10, 2024
0976235
Update README.md
nikola20145 Jun 10, 2024
3884fad
Update README.md
nikola20145 Jun 10, 2024
f959b03
Update README.md
nikola20145 Jun 10, 2024
322bdc7
Update README.md
nikola20145 Jun 10, 2024
95bd2b6
Update README.md
nikola20145 Jun 10, 2024
900eed3
Update README.md
nikola20145 Jun 10, 2024
b0a2945
Update README.md
nikola20145 Jun 10, 2024
e5e333d
Update README.md
nikola20145 Jun 10, 2024
8d78943
Update README.md
nikola20145 Jun 10, 2024
95aa70d
Update README.md
nikola20145 Jun 10, 2024
9758f32
Update README.md
nikola20145 Jun 10, 2024
2b635b1
added my branch coverage instrument for getHttpRequest
jayran-d Jun 10, 2024
9eab4c3
implemented the coverage for the 2nd function
jayran-d Jun 10, 2024
3719a1d
Applied changes to second function and updated somethings
jayran-d Jun 10, 2024
d56a2cc
fixed my ID's and made it cleaner
jayran-d Jun 12, 2024
3b8e67b
fixed some things. commened out manual coverage code for now
jayran-d Jun 12, 2024
ed5c663
uncommented my stuff
jayran-d Jun 12, 2024
582e001
implementd by code for testing
jayran-d Jun 16, 2024
2d3c514
got rid of some import
jayran-d Jun 16, 2024
8ebf0b7
got rid of some print statements
jayran-d Jun 16, 2024
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
Prev Previous commit
Next Next commit
.added before/after coverage
  • Loading branch information
YBushi committed Jun 10, 2024
commit c97456e30ab24acd44d1ea8f0861661cd98dffd4
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Function 2: com.github.scribejava.httpclient.apache.OAuthAsyncCompletionHandler.
![Set a flag if the branch is reached](image-5.png)
![Coverage results output](image-6.png)

![Before adding coverage](image.png)
![After adding coverage](image-1.png)

Jayran Duggins
Function 1: scribejava-httpclient-armeria/src/main/java/com/github/scribejava/httpclient/armeria/ArmeriaHttpClient.java (getHttpMethod)

Expand Down
Binary file added image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.