Skip to content

Commit

Permalink
Minor fix ci-file
Browse files Browse the repository at this point in the history
  • Loading branch information
kononovn committed Mar 25, 2024
1 parent cc6cb2a commit 1db91b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: generate test coverage
run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...


- name: check test coverage
uses: vladopajic/go-test-coverage@v2
with:
Expand Down

0 comments on commit 1db91b5

Please sign in to comment.