We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795ee80 commit 17dae71Copy full SHA for 17dae71
.github/workflows/ci.yml
@@ -48,10 +48,11 @@ jobs:
48
env:
49
DATABASE_URL: postgres://postgres:password@localhost:5432/testdb?sslmode=disable
50
51
- - name: Upload coverage to Codecov
52
- uses: codecov/codecov-action@v3
+ - name: Upload coverage to Codacy
+ uses: codacy/codacy-coverage-reporter-action@v1
53
with:
54
- file: coverage.out
+ project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
55
+ coverage-reports: coverage.out
56
57
- name: Run linter
58
uses: golangci/golangci-lint-action@v3
0 commit comments