Skip to content

Commit

Permalink
Add Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WeedsFrenzy committed May 16, 2022
1 parent a3b4510 commit 180c670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go build -v ./...
- name: Run Unit tests.
run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic

- name: Upload Coverage report to CodeCov
uses: codecov/codecov-action@v1.0.0
Expand Down

0 comments on commit 180c670

Please sign in to comment.