minchao / mitake-php

三竹簡訊 PHP SDK
MIT License
33 stars 6 forks source link

Mitake/mitake php #6

Closed ywchang0612 closed 2 years ago

ywchang0612 commented 2 years ago

目前我只實作了發送單一簡訊的 API 參考一下

minchao commented 2 years ago

謝謝您。 發現 CI 似乎壞掉了,我來更新一下。

minchao commented 2 years ago

@ywchang0612 只需要做一下 git rebase 到最新版本就可以執行 CI 測試囉。

ywchang0612 commented 2 years ago

@minchao 您是說用 master branch 發 PR 回來就會跑 CI 了嗎

minchao commented 2 years ago

請隨意選擇使用 rebase 或 merge 來處理,例如:

  1. 請先將 forked repo ywchang0612/mitake-php 的 master 更新到 original 最新的 commit。
  2. 使用 rebase 2.1. 在你的開發分支上執行 git rebase master,讓開發分支也跟上最新的 commit。 2.2. 執行 git push --force 強制更新 remote 上的開發分支到最新狀態。
  3. 或是使用 merge 3.1. 在你的開發分支上執行 git merge master 取得最新的更新。 3..2. 執行 git push 更新 remote 上的開發分支。
ywchang0612 commented 2 years ago

@minchao 第一次發 PR ,還對整個流程沒有很熟~ 感謝指導QQ

codecov[bot] commented 2 years ago

Codecov Report

Merging #6 (fbe5288) into master (3a6f35c) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #6      +/-   ##
============================================
+ Coverage     99.38%   99.41%   +0.02%     
- Complexity      101      105       +4     
============================================
  Files            10       10              
  Lines           325      340      +15     
============================================
+ Hits            323      338      +15     
  Misses            2        2              
Impacted Files Coverage Δ
src/API.php 100.00% <100.00%> (ø)
src/Client.php 97.14% <100.00%> (ø)
src/Message/Message.php 100.00% <100.00%> (ø)

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 3a6f35c...fbe5288. Read the comment docs.

minchao commented 2 years ago

ref #5