Skip to content

Commit

Permalink
ci: add codecov reporting (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Nov 12, 2023
1 parent 7765e5b commit 7c4e5fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_test.yml
Expand Up @@ -55,3 +55,8 @@ jobs:
SHIORI_TEST_MYSQL_URL: "shiori:shiori@(localhost:3306)/shiori"

- run: CGO_ENABLED=0 go build -tags osusergo,netgo -ldflags="-s -w -X main.version=$(git describe --tags) -X main.date=$(date --iso-8601=seconds)"

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # 3.1.4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7c4e5fb

Please sign in to comment.