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
3 changed files with 9 additions and 6 deletions

View File

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

View File

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

View File

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