Skip to content

build(deps): bump regex from 1.10.5 to 1.10.6 in the regex-ver group #695

build(deps): bump regex from 1.10.5 to 1.10.6 in the regex-ver group

build(deps): bump regex from 1.10.5 to 1.10.6 in the regex-ver group #695

Workflow file for this run

name: Coverage
on:
push:
branches: [master, release/*]
pull_request:
branches: ['*']
jobs:
test:
name: coverage
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Generate code coverage
run: |
make coverage
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}