1
0
mirror of https://github.com/siderolabs/kres.git synced 2026-02-05 09:45:35 +01:00

fix: codecov upload

Use the official codecov action, since the bash script is deprecated.
Also set a timeout on upload so we don't block other steps for too long.

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi
2024-04-30 16:17:58 +05:30
parent ebc009dce3
commit d15226ef12
4 changed files with 30 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-04-20T16:39:33Z by kres add13d7.
# Generated on 2024-04-30T10:47:51Z by kres ebc009d-dirty.
name: default
concurrency:
@@ -61,8 +61,11 @@ jobs:
run: |
make unit-tests-race
- name: coverage
run: |
make coverage
uses: codecov/codecov-action@v4
with:
files: _out/coverage-unit-tests.txt
token: ${{ secrets.CODECOV_TOKEN }}
timeout-minutes: 3
- name: kres
run: |
make kres