Skip to content

Commit

Permalink
CI: Switch from Codecov to Codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed May 23, 2024
1 parent b57151e commit 1d84219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: go test -race -coverprofile=coverage.out -covermode=atomic -v ./...
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.17.x'
uses: codecov/codecov-action@v2
- name: Upload test coverage to Codacy
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report --force-coverage-parser go -r coverage.out

0 comments on commit 1d84219

Please sign in to comment.