Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2025-11-04T12:33:37Z by kres cd5a938.
# Generated on 2025-11-18T12:30:24Z by kres e1d6dac.

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down Expand Up @@ -210,10 +210,3 @@ jobs:
- name: unit-tests-race
run: |
make unit-tests-race
- name: coverage
uses: codecov/codecov-action@v5
with:
files: _out/coverage-unit-tests.txt
flags: unit-tests
token: ${{ secrets.CODECOV_TOKEN }}
timeout-minutes: 3
4 changes: 4 additions & 0 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ spec:
kind: common.Repository
spec:
enableConform: false
---
kind: service.CodeCov
spec:
enabled: false