Skip to content

Commit

Permalink
Single test with different coverage name
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 authored May 29, 2024
1 parent 3095c90 commit c2bdaae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
go get -u github.com/wadey/gocovmerge
go get -u github.com/Konstantin8105/cs
go get -u golang.org/x/sys/unix
TRAVIS=true ./scripts/test.sh
#TRAVIS=true ./scripts/test.sh
# - name: Run Tests
# run: go test -run=TestIntegrationScripts/tests/ctype.c -coverprofile=coverage.out -covermode=atomic
- name: Run Tests
run: go test -run=TestIntegrationScripts/tests/ctype.c -coverprofile=coverage.txt -covermode=atomic

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit c2bdaae

Please sign in to comment.