Skip to content

Merge pull request #1 from 1995parham-learning/dependabot/github_acti… #15

Merge pull request #1 from 1995parham-learning/dependabot/github_acti…

Merge pull request #1 from 1995parham-learning/dependabot/github_acti… #15

Workflow file for this run

---
name: ci
on:
- push
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
- uses: codecov/codecov-action@v5
with:
files: coverage.out
token: ${{ secrets.CODECOV_TOKEN }}
slug: 1995parham-learning/cmq-1