Skip to content

build(deps): bump modernc.org/sqlite from 1.25.0 to 1.26.0 #500

build(deps): bump modernc.org/sqlite from 1.25.0 to 1.26.0

build(deps): bump modernc.org/sqlite from 1.25.0 to 1.26.0 #500

Workflow file for this run

name: Codecov
on:
push:
branches:
- master
tags:
- v*
pull_request:
types: [opened, reopened, synchronize]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- name: Test
run: go test -v ./... -timeout 5m -coverpkg=./... -coverprofile ./coverage.out -covermode atomic --tags unit,integration
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}
- name: Publish coverage
uses: codecov/codecov-action@v3
with:
verbose: true