Skip to content

Commit

Permalink
chore(repo): add renovate managers
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Bähler <[email protected]>
  • Loading branch information
oliverbaehler committed Feb 6, 2025
1 parent 1296a30 commit 2390a72
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ jobs:
go-version-file: 'go.mod'
- name: Unit Test
run: make test
- name: Upload Coverage Results
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with:
name: code-coverage
path: coverage.out
- name: Check secret
id: checksecret
uses: ./.github/actions/exists
Expand All @@ -87,17 +82,3 @@ jobs:
file: ./coverage.out
fail_ci_if_error: true
verbose: true
coverage_upload:
name: "Code coverage report"
if: github.event_name == 'pull_request'
runs-on: ubuntu-24.04
needs: unit_tests
permissions:
contents: read
actions: read
pull-requests: write
steps:
- uses: fgrosse/go-coverage-report@8c1d1a09864211d258937b1b1a5b849f7e4f2682
with:
coverage-artifact-name: "code-coverage"
coverage-file-name: "coverage.out" #

0 comments on commit 2390a72

Please sign in to comment.