Skip to content

Commit

Permalink
fixup! Enable Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Nov 20, 2024
1 parent 2c899ef commit 7815ba1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sipa-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: docker push registry.agdsn.de/agdsn/coreos/sipa/sipa:${GITHUB_REF##*/}
test:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Check out sipa and submodules
uses: actions/checkout@v3
Expand Down Expand Up @@ -64,10 +66,12 @@ jobs:
if: always() # always run even if the previous step fails
with:
report_paths: 'junit/test-*.xml'
annotate_only: true
- name: Upload results to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
files: ./cov/cov-results.xml
use_oidc: true
verbose: true

0 comments on commit 7815ba1

Please sign in to comment.