Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 authored May 29, 2024
1 parent 5b7a330 commit 61d5e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
#TRAVIS=true ./scripts/test.sh
- name: Run Tests
run: go test -run=TestIntegrationScripts/tests/ctype.c -coverprofile=coverage.txt -covermode=atomic
run: go test -run=TestIntegrationScripts/tests/ctype.c -coverprofile=coverage.out -covermode=atomic

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_ORG_TOKEN }}
verbose: true # optional (default = false)
file: coverage.txt
#file: coverage.txt

0 comments on commit 61d5e09

Please sign in to comment.