Skip to content

Merge pull request #44 from crealoz/dependabot/github_actions/actions… #12

Merge pull request #44 from crealoz/dependabot/github_actions/actions…

Merge pull request #44 from crealoz/dependabot/github_actions/actions… #12

Workflow file for this run

name: Codecov
on:
push:
branches:
- master
jobs:
static:
name: Send report to codecov
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./build/logs/clover.xml