Closed fxjordan closed 2 years ago
Merging #147 (9b102cc) into master (57fcd41) will decrease coverage by
1.21%
. The diff coverage is9.14%
.
@@ Coverage Diff @@
## master #147 +/- ##
============================================
- Coverage 35.45% 34.24% -1.22%
- Complexity 463 466 +3
============================================
Files 89 97 +8
Lines 6540 6856 +316
Branches 653 670 +17
============================================
+ Hits 2319 2348 +29
- Misses 4007 4292 +285
- Partials 214 216 +2
Flag | Coverage Δ | |
---|---|---|
unittests | 34.24% <9.14%> (-1.22%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
...th/dbis/acis/bazaar/service/dal/DALFacadeImpl.java | 41.17% <0.00%> (-1.47%) |
:arrow_down: |
...aar/service/dal/entities/LinkedTwitterAccount.java | 0.00% <0.00%> (ø) |
|
...positories/LinkedTwitterAccountRepositoryImpl.java | 0.00% <0.00%> (ø) |
|
...azaar/service/dal/repositories/RepositoryImpl.java | 42.15% <0.00%> (-1.28%) |
:arrow_down: |
...dal/transform/LinkedTwitterAccountTransformer.java | 0.00% <0.00%> (ø) |
|
...s/acis/bazaar/service/resources/AdminResource.java | 0.00% <0.00%> (ø) |
|
...witter/TwitterClientBearerTokenRequestSupport.java | 0.00% <0.00%> (ø) |
|
...ar/service/twitter/TwitterClientSecretSupport.java | 0.00% <0.00%> (ø) |
|
...s/acis/bazaar/service/twitter/TweetDispatcher.java | 17.80% <17.80%> (ø) |
|
...ar/service/twitter/WeeklyNewProjectsTweetTask.java | 21.42% <21.42%> (ø) |
|
... and 1 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 57fcd41...9b102cc. Read the comment docs.
Added
TweetDispatcher
refreshes the access token for the Twitter API automatically when it expires. #143