Skip to content

Commit

Permalink
One more commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nkononov committed Mar 25, 2024
1 parent 0db3722 commit 2a105da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ jobs:
id: bebe
run: echo bebebe=$(ls -l) >> $GITHUB_OUTPUT

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


- name: Debug
run: |
echo "Variable is ${{ steps.bebe.outputs.bebebe }}"
- name: generate test coverage
run: go test ./pkg/... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...


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

0 comments on commit 2a105da

Please sign in to comment.