Skip to content

build(dependabot): added serde_spanned and serde_toml to toml group (… #981

build(dependabot): added serde_spanned and serde_toml to toml group (…

build(dependabot): added serde_spanned and serde_toml to toml group (… #981

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 }}