botman / driver-facebook

BotMan Facebook Messenger Driver
MIT License
71 stars 73 forks source link

Workplace integrations #54

Closed flobauer closed 6 years ago

flobauer commented 6 years ago

Please review my changes for the workplace integration. It is hard to test workplace endpoints because they are publicly not available, i added the features based on the installation I have available.

codecov[bot] commented 6 years ago

Codecov Report

Merging #54 into master will increase coverage by 0.02%. The diff coverage is 92.3%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #54      +/-   ##
============================================
+ Coverage     71.82%   71.85%   +0.02%     
- Complexity      339      346       +7     
============================================
  Files            32       32              
  Lines           859      867       +8     
============================================
+ Hits            617      623       +6     
- Misses          242      244       +2
Impacted Files Coverage Δ Complexity Δ
src/Extensions/User.php 95.65% <100%> (-4.35%) 13 <0> (+6)
src/FacebookDriver.php 82.53% <80%> (-0.19%) 63 <0> (+1)

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 3c924a2...510a1f2. Read the comment docs.

mpociot commented 6 years ago

Thank you!