Skip to content

chore(deps): bump github.com/ory/x from 0.0.639 to 0.0.662 #856

chore(deps): bump github.com/ory/x from 0.0.639 to 0.0.662

chore(deps): bump github.com/ory/x from 0.0.639 to 0.0.662 #856

Workflow file for this run

name: Coverage
on: [push, pull_request]
jobs:
codecov:
name: codecov
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- uses: actions/checkout@v4
- name: Generate coverage report
run: |
go test -race ./... -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage report
uses: codecov/codecov-action@v4
with:
file: ./coverage.txt
flags: unittests
name: codecov-umbrella