Skip to content

Commit

Permalink
chores: cache more path
Browse files Browse the repository at this point in the history
  • Loading branch information
mgufrone committed Oct 30, 2023
1 parent fbca961 commit c09cbed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Run Unit tests
run: |
go test -race -coverpkg="mgufrone.dev/job-tracking/..." -coverprofile=profile.cov ./...
- name: Check coverage
run: |
cat profile.cov
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit c09cbed

Please sign in to comment.