mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-09 19:27:04 +00:00
Compare commits
3 commits
e35fa5233d
...
60d63af13b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60d63af13b | ||
|
|
d9c8d3e5af | ||
|
|
b48c9a654f |
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
|
run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
|
||||||
|
|
||||||
- name: Upload results to Codecov
|
- name: Upload results to Codecov
|
||||||
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
|
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
flags: unit
|
flags: unit
|
||||||
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
- name: Upload results to Codecov
|
- name: Upload results to Codecov
|
||||||
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
|
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
flags: e2e
|
flags: e2e
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
go = "1.25.5"
|
go = "1.25.5"
|
||||||
golangci-lint = "2.7.2"
|
golangci-lint = "2.7.2"
|
||||||
goreleaser = "v2.9.0"
|
goreleaser = "v2.9.0"
|
||||||
mdbook = "v0.5.1" # renovate: datasource=github-releases depName=rust-lang/mdbook
|
mdbook = "v0.5.2" # renovate: datasource=github-releases depName=rust-lang/mdbook
|
||||||
ko = "v0.18.0" # renovate: datasource=github-releases depName=ko-build/ko
|
ko = "v0.18.1" # renovate: datasource=github-releases depName=ko-build/ko
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# Experimental features are needed for the Go backend
|
# Experimental features are needed for the Go backend
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue