Skip to content

Commit

Permalink
COSI-53: Set GOCOVERDIR for codecov to reduce failurs
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Jan 2, 2025
1 parent afb8f4c commit 0f683ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: go mod tidy

- name: Set GOCOVERDIR
run: echo "GOCOVERDIR=/home/runner/work/cosi-driver/cosi-driver" >> $GITHUB_ENV

- name: Run tests
run: make test

Expand Down

0 comments on commit 0f683ab

Please sign in to comment.