Skip to content

Bump the ci group with 2 updates #158

Bump the ci group with 2 updates

Bump the ci group with 2 updates #158

Workflow file for this run

name: CodeCov
on:
pull_request_target:
jobs:
mcodecov:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}