Skip to content

Commit

Permalink
fix github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
burgesQ committed Jul 7, 2023
1 parent 8f22477 commit 210c802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Generate coverage report
run: |
go test -shuffle=on -coverpkg github.com/burges/webfmwk/... -coverprofile=cover.cov -covermode=atomic -v -race ./...
go test -shuffle=on -coverpkg github.com/burgesQ/webfmwk/... -coverprofile=cover.cov -covermode=atomic -v -race ./...
- name: Upload coverage report
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 210c802

Please sign in to comment.