Skip to content

build(deps): bump go.mongodb.org/mongo-driver from 1.13.2 to 1.14.0 (… #410

build(deps): bump go.mongodb.org/mongo-driver from 1.13.2 to 1.14.0 (…

build(deps): bump go.mongodb.org/mongo-driver from 1.13.2 to 1.14.0 (… #410

Workflow file for this run

name: Codecov
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
coverage:
name: coverage
runs-on: ubuntu-latest
defaults:
run:
working-directory: main
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
path: main
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "main/go.mod"
check-latest: true
cache: true
cache-dependency-path: "main/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@v4
with:
working-directory: main