Skip to content

Commit

Permalink
chore: add codeconv to the integration test step
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Aug 6, 2023
1 parent 44fdfbd commit 14ce023
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:

- uses: actions/checkout@v3
- name: Integration Test
run: go test -v test/integration/integration_test.go
run: go test -v test/integration/integration_test.go -coverprofile=coverage.txt -covermode=atomic
env:
INPUT_PUBLISH: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload coverage
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 14ce023

Please sign in to comment.