Skip to content

Commit

Permalink
disabled coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
xsen84 committed Jan 16, 2025
1 parent 2c5a279 commit b112a96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile.maker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ golangciLint:
githubWorkflow:
ci:
enabled: true
coveralls: true
coveralls: false
ignorePaths:
- "**.md" # all Markdown files
pushContainerToGhcr:
Expand Down

0 comments on commit b112a96

Please sign in to comment.