Merge pull request #519 from crazy-max/fix-codecov
Some checks failed
ci / context (git) (push) Successful in 6s
ci / context (workflow) (push) Successful in 4s
ci / tag-schedule (cron-{{date 'YYYYMMDD'}}) (push) Successful in 9s
ci / tag-match (\d.\d, 0) (push) Successful in 7s
ci / tag-match (\d.\d.\d, 0) (push) Successful in 7s
ci / tag-schedule () (push) Successful in 19s
ci / tag-schedule (schedule) (push) Successful in 18s
ci / tag-match (v(.*), 1) (push) Successful in 7s
ci / tag-semver (auto) (push) Successful in 7s
ci / tag-schedule ({{date 'YYYYMMDD-HHmmss'}}) (push) Successful in 23s
ci / flavor (push) Successful in 7s
ci / images (push) Successful in 7s
ci / multi-images (push) Successful in 34s
ci / global-exps (push) Successful in 7s
ci / tag-semver (true) (push) Successful in 16s
ci / bake (push) Failing after 3s
ci / sep-tags ( ) (push) Failing after 2s
ci / json (push) Successful in 8s
ci / sep-tags (,) (push) Failing after 3s
ci / tag-semver (false) (push) Successful in 25s
ci / no-output-env (push) Successful in 6s
ci / bake-annotations (push) Failing after 4s
ci / docker-push (push) Failing after 15s
ci / bake-path-context (push) Failing after 3s
ci / custom-labels-annotations (push) Successful in 26s
ci / dump (push) Failing after 3s
test / test (push) Failing after 2s
ci / sha-short () (push) Successful in 8s
validate / prepare (push) Failing after 2s
validate / validate (push) Has been skipped
ci / sha-short (16) (push) Successful in 9s
ci / no-images (push) Successful in 23s
ci / output-env (push) Failing after 57s

ci: fix missing source for codecov
This commit is contained in:
CrazyMax 2025-04-22 14:37:08 +02:00 committed by GitHub
commit 12d9b9a905
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,14 +15,18 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v6
with:
source: .
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v5
with:
file: ./coverage/clover.xml
files: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}