Skip to content

Commit

Permalink
ci: add codecov stage
Browse files Browse the repository at this point in the history
  • Loading branch information
luissimas committed Jun 20, 2024
1 parent df6388d commit bbd7531
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ jobs:
run: go test -v -race -shuffle=on -coverprofile=coverage.txt ./...
- name: Build
run: go build -o /dev/null ./cmd/zettelkasten-exporter/main.go
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.txt

0 comments on commit bbd7531

Please sign in to comment.