Skip to content

Commit

Permalink
fix:fileneame
Browse files Browse the repository at this point in the history
Signed-off-by: rahulk789 <[email protected]>
  • Loading branch information
rahulk789 committed May 5, 2023
1 parent cd51598 commit ee3115b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,21 @@ jobs:
run: |
go install github.com/modocache/gover@latest
gover
go tool cover -func=coverage-${{ matrix.os }}-${{ matrix.runtime }}
go tool cover -func=gover.coverage-${{ matrix.os }}-${{ matrix.runtime }}
working-directory: KubeArmor
env:
GOPATH: /home/runner/go

- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
path: ./KubeArmor/coverage-${{ matrix.os }}-${{ matrix.runtime }}
path: ./KubeArmor/gover.coverage-${{ matrix.os }}-${{ matrix.runtime }}

- uses: actions/download-artifact@v3
with:
path: ./KubeArmor/coverage-${{ matrix.os }}-${{ matrix.runtime }}
path: ./KubeArmor/gover.coverage-${{ matrix.os }}-${{ matrix.runtime }}

- uses: codecov/codecov-action@v3
if: ${{ always() }}
with:
files: ./KubeArmor/coverage-${{ matrix.os }}-${{ matrix.runtime }}
files: ./KubeArmor/gover.coverage-${{ matrix.os }}-${{ matrix.runtime }}

0 comments on commit ee3115b

Please sign in to comment.