Skip to content

Commit

Permalink
update golang, remove coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 committed May 29, 2024
1 parent 164c471 commit 904d8a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v2
with:
go-version: 1.19.12
go-version: 1.22.3

- name: Clang
run: |
Expand Down Expand Up @@ -48,16 +48,16 @@ jobs:
- name: Coverage
run: |
# go get -u github.com/wadey/gocovmerge
# go get -u github.com/Konstantin8105/cs
# go get -u golang.org/x/sys/unix
go get -u github.com/wadey/gocovmerge
go get -u github.com/Konstantin8105/cs
go get -u golang.org/x/sys/unix
go test -run=TestIntegrationScripts/tests/ctype.c -coverprofile=coverage.txt
# go test -run=TestIntegrationScripts/tests/ctype.c -coverprofile=coverage.txt -covermode=atomic
# TRAVIS=true ./scripts/test.sh
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
file: coverage.txt
# file: coverage.txt
verbose: true # optional (default = false)
token: ${{ secrets.CODECOV_ORG_TOKEN }}

0 comments on commit 904d8a3

Please sign in to comment.