Skip to content

Commit

Permalink
Fixed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutzen committed Oct 1, 2024
1 parent 57840d5 commit c367d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Calc coverage
run: |
( cd test; go test -coverpkg ../pkg/... -coverprofile=../c1.out)
( cd cmd/get-netspoc-approve-conf; go test -coverprofile=../c2.out )
( cd cmd/missing-approve; go test -coverprofile=../c3.out )
( cd cmd/get-netspoc-approve-conf; go test -coverprofile=../../c2.out )
( cd cmd/missing-approve; go test -coverprofile=../../c3.out )
working-directory: go
- name: Upload coverage
uses: coverallsapp/[email protected]
Expand Down

0 comments on commit c367d2a

Please sign in to comment.