Skip to content

Commit

Permalink
coverage report & artifact name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
KaushikiAnand committed Mar 5, 2025
1 parent eb6dea2 commit 8133ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
path: ${{ env.TEST_RESULTS_PATH }}
name: tests-linux
name: tests-linux-${{matrix.go-version}}
- name: Upload coverage report
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
path: coverage.out
name: Coverage-report
name: Coverage-report-${{matrix.go-version}}
- name: Display coverage report
run: go tool cover -func=coverage.out

0 comments on commit 8133ea8

Please sign in to comment.