Skip to content

Commit

Permalink
update: gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Rigaud committed Feb 19, 2024
1 parent 42ed264 commit efc2982
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
go test -count=2 -v ./...
- name: Generate Coverage Profile
run: go test -coverprofile=coverage.out ./...
run: |
cd src
go test -coverprofile=coverage.out ./...
- name: Display Coverage Percentage
run: |
Expand Down

0 comments on commit efc2982

Please sign in to comment.