We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3546656 commit e2c4eebCopy full SHA for e2c4eeb
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
- run: cd deployments && docker compose up -d
27
- run: cd cmd/fandogh && go run main.go migrate
28
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
29
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
30
with:
31
files: coverage.out
32
docker:
0 commit comments