Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Update codecov action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Aug 1, 2023
1 parent 910e955 commit ce8b652
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kuksa_val_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- ".github/workflows/kuksa_val_unittest.yml"
- "kuksa-val-server/**"
- "kuksa_certificates/**"
- "proto/**"
workflow_dispatch:

jobs:
Expand All @@ -30,7 +29,7 @@ jobs:
name: unittest
path: ${{github.workspace}}/out
- name: Publish Test Report
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ${{github.workspace}}/out/all_targets.info
flags: unittests # optional
Expand Down

0 comments on commit ce8b652

Please sign in to comment.