Merge pull request #2 from crazy-max/enable-codecov

ci: enable codecov
This commit is contained in:
CrazyMax 2025-01-24 13:49:29 +01:00 committed by GitHub
commit 28f42ef356
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 6 deletions

View File

@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '0 10 * * *' - cron: '0 10 * * *'
push: push:

View File

@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
on: on:
workflow_dispatch:
push: push:
branches: branches:
- 'main' - 'main'
@ -29,9 +30,9 @@ jobs:
uses: docker/bake-action@v6 uses: docker/bake-action@v6
with: with:
targets: test targets: test
# - -
# name: Upload coverage name: Upload coverage
# uses: codecov/codecov-action@v5 uses: codecov/codecov-action@v5
# with: with:
# files: ./coverage/clover.xml files: ./coverage/clover.xml
# token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}

View File

@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
on: on:
workflow_dispatch:
push: push:
branches: branches:
- 'main' - 'main'