Skip to content

Commit

Permalink
Merge pull request #7 from MikeMwita/devmike
Browse files Browse the repository at this point in the history
Devmike
  • Loading branch information
MikeMwita authored Mar 21, 2024
2 parents 8eb300d + b2c0863 commit 851aad7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
go-version: 1.21.x
cache-dependency-path: "go.sum"

- name: Set up QEMU
if: matrix.os == 'ubuntu-latest'
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
if: matrix.os == 'ubuntu-latest'
uses: docker/setup-buildx-action@v3

- name: Build Binaries
run: |
make all -j $(nproc)
Expand Down Expand Up @@ -76,7 +68,3 @@ jobs:
- name: Install goveralls
run: go install github.com/mattn/goveralls@latest

- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: goveralls -coverprofile=cover.out -service=github
1 change: 0 additions & 1 deletion examples/send_sms_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ func main() {
ApiUser: "your_api_user",
Recipients: []string{"+1234567890"},
Message: "Hello, world!",
Sender: "your_sender",
}

response, err := sender.SendSMS()
Expand Down

0 comments on commit 851aad7

Please sign in to comment.