Skip to content

Commit

Permalink
chores: debug pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mgufrone committed Oct 30, 2023
1 parent 5ed67ec commit 9b0c983
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ jobs:
# with:
# version: v1.55
- name: Run Unit tests
shell: bash -xe
run: |
pwd
ls -lah
go test -race -coverpkg="mgufrone.dev/job-tracking/..." -coverprofile=profile.cov ./...
go test -race -coverpkg ./... -coverprofile=profile.cov ./...
- name: Check coverage
run: |
ls -lah
cat profile.cov
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit 9b0c983

Please sign in to comment.