Skip to content

Commit

Permalink
Remove codecov from VM tests (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelroquetto authored Feb 12, 2025
1 parent 41f2551 commit fd2b06e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/workflow_integration_tests_vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,3 @@ jobs:
path: |
testoutput/*.log
testoutput/kind
- name: Report coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./testoutput/itest-covdata.txt
flags: integration-test-vm-${{ inputs.arch }}-${{ inputs.kernel-version }}

0 comments on commit fd2b06e

Please sign in to comment.