Skip to content

Commit

Permalink
test: list files
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
  • Loading branch information
rchincha committed Feb 10, 2023
1 parent 7f9dac5 commit 08e1a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
run: |
export GOCOVERDIR=.
make check-cov PRIVILEGE_LEVEL=${{ matrix.privilege-level }}
ls -altr
go tool covdata textfmt -i $GOCOVERDIR -o coverage-${{ matrix.privilege-level }}.txt
go tool covdata percent -i $GOCOVERDIR
ls -altr
env:
REGISTRY_URL: localhost:5000
- name: Upload code coverage
Expand Down

0 comments on commit 08e1a8a

Please sign in to comment.