Skip to content

build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 #513

build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0

build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 #513

Workflow file for this run

name: Codecov
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
coverage:
name: coverage
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
cache: true
cache-dependency-path: "go.sum"
- name: Set up MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: "4.4"
- name: Run coverage
run: make test-coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true