Skip to content

Commit

Permalink
remove tests (I have my place in hell)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josquin Cornec committed Jul 25, 2024
1 parent c23e6d7 commit 70469b4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@ jobs:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o prepare-import
cp ./prepare-import ./build-container
- name: Test
run: go test ./... -v -coverprofile=coverage.out

- name: Upload test coverage to codacy
if: github.actor != 'dependabot[bot]'
run: >
bash <(curl -Ls https://coverage.codacy.com/get.sh) report
--coverage-reports coverage.out
--force-coverage-parser go
--project-token ${{ secrets.CODACY_REPOSITORY_TOKEN_FOR_COVERAGE }}
- name: Login to GitHub Container Registry
id: login
uses: docker/login-action@v3
Expand Down

0 comments on commit 70469b4

Please sign in to comment.