Skip to content

Commit

Permalink
chore(ci): remove build/ci directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianpaquier committed Mar 11, 2024
1 parent 08e1e46 commit 8e4b8c9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 36 deletions.
14 changes: 14 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Code generated by craft; DO NOT EDIT.

coverage:
precision: 0
round: down
range: 85...100

ignore:
- "cmd"
- "examples"
- "**/cobra"
- "**/mocks"
- "**/tests"
- "**/testutils"
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: golangci/golangci-lint-action@v4
with:
args: --config build/ci/.golangci.yml --timeout 240s --fast --sort-results --out-format colored-line-number
args: --config .golangci.yml --timeout 240s --fast --sort-results --out-format colored-line-number

go-test:
strategy:
Expand All @@ -65,7 +65,7 @@ jobs:
- uses: codecov/codecov-action@v4
if: ${{ ! startsWith(github.base_ref, 'dependabot') }} # ignore codecov on dependabot branches
with:
codecov_yml_path: codecov.yml
codecov_yml_path: .codecov.yml
disable_search: true
env_vars: OS
fail_ci_if_error: true
Expand Down
File renamed without changes.
33 changes: 0 additions & 33 deletions codecov.yml

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/build.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Code generated by craft; DO NOT EDIT.

CI_PROJECT_PATH := github.com/kilianpaquier/pooling
GCI_CONFIG_PATH := build/ci/.golangci.yml
GCI_CONFIG_PATH := .golangci.yml

.PHONY: lint
lint:
Expand Down

0 comments on commit 8e4b8c9

Please sign in to comment.