Skip to content

Bump the go group with 17 updates #71

Bump the go group with 17 updates

Bump the go group with 17 updates #71

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