Skip to content

Commit

Permalink
Merge branch 'codecov' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Nov 20, 2024
2 parents 89f6fdd + ee36cde commit 3d0da3f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ jobs:
run: docker push registry.agdsn.de/agdsn/coreos/pycroft/pycroft:${GITHUB_REF##*/}
test:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -194,3 +196,10 @@ jobs:
with:
name: coverage
path: htmlcov
- name: Upload results to Codecov
uses: codecov/codecov-action@v5
with:
disable_search: true
files: ./coverage.xml
use_oidc: true
verbose: true

0 comments on commit 3d0da3f

Please sign in to comment.