Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
8ac34071e9
Merge 275d9e84ed into abd3abc99c 2025-04-23 00:44:58 +02:00
CrazyMax
abd3abc99c
Merge pull request #864 from crazy-max/fix-codecov
Some checks failed
test / test (push) Failing after 4s
validate / prepare (push) Failing after 3s
validate / validate (push) Has been skipped
ci: fix missing source for codecov
2025-04-22 14:35:11 +02:00
CrazyMax
ac38c32963
ci: fix missing source for codecov
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-22 14:32:08 +02:00

View File

@ -15,10 +15,14 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
-
name: Checkout
uses: actions/checkout@v4
- -
name: Test name: Test
uses: docker/bake-action@v6 uses: docker/bake-action@v6
with: with:
source: .
targets: test targets: test
- -
name: Upload coverage name: Upload coverage