diff --git a/.envrc b/.envrc index e365235..c8a98ce 100644 --- a/.envrc +++ b/.envrc @@ -3,8 +3,6 @@ # SPDX-License-Identifier: Apache-2.0 if type -P lorri &>/dev/null; then eval "$(lorri direnv)" -elif type -P nix &>/dev/null; then - use nix else - echo "Found no nix binary. Skipping activating nix-shell..." + use nix fi diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4370293..97b17a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,10 +50,3 @@ jobs: go-version: 1.23.4 - name: Run tests and generate coverage report run: make build/cover.out - - name: Upload coverage report to Coveralls - env: - COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GIT_BRANCH: ${{ github.head_ref }} - run: | - go install github.com/mattn/goveralls@latest - goveralls -service=github -coverprofile=build/cover.out diff --git a/Makefile.maker.yaml b/Makefile.maker.yaml index 95ecaf3..7bf58ad 100644 --- a/Makefile.maker.yaml +++ b/Makefile.maker.yaml @@ -17,7 +17,7 @@ golangciLint: githubWorkflow: ci: enabled: true - coveralls: true + coveralls: false ignorePaths: - "**.md" # all Markdown files pushContainerToGhcr: