Skip to content

Apply the changes detected by integration tests (2020-05-20, PT) - #463

Merged
seratch merged 1 commit into
slackapi:masterfrom
seratch:integration-tests-2020-05-20
May 21, 2020
Merged

Apply the changes detected by integration tests (2020-05-20, PT)#463
seratch merged 1 commit into
slackapi:masterfrom
seratch:integration-tests-2020-05-20

Conversation

@seratch

@seratch seratch commented May 21, 2020

Copy link
Copy Markdown
Contributor

Summary

This pull request applies the following changes:

  • Add latest.bot_profile
  • Add latest.parent_user_id

Requirements (place an x in each [ ])

* Add latest.bot_profile
* Add latest.parent_user_id
@seratch seratch added project:slack-api-client project:slack-api-client project:slack-api-model project:slack-api-model labels May 21, 2020
@seratch seratch added this to the 1.0.x milestone May 21, 2020
@seratch seratch self-assigned this May 21, 2020
@codecov

codecov Bot commented May 21, 2020

Copy link
Copy Markdown

Codecov Report

Merging #463 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #463   +/-   ##
=========================================
  Coverage     83.65%   83.65%           
  Complexity     2387     2387           
=========================================
  Files           250      250           
  Lines          6442     6442           
  Branches        590      590           
=========================================
  Hits           5389     5389           
  Misses          690      690           
  Partials        363      363           

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 d8a1eaf...7777869. Read the comment docs.

'-Dtest=test_locally.**.*Test' test \
-DfailIfNoTests=false \
--no-transfer-progress && \
if git status --porcelain | grep .; then git diff --no-pager; exit 1; fi

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I borrowed git diff --no-pager from a thread in stackoverflow.com but it doesn't work on my laptop, so I just corrected this time.

@seratch
seratch merged commit 408b1a2 into slackapi:master May 21, 2020
@seratch
seratch deleted the integration-tests-2020-05-20 branch May 21, 2020 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

project:slack-api-client project:slack-api-client project:slack-api-model project:slack-api-model

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant