Skip to content

Commit

Permalink
fix coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Mar 28, 2024
1 parent 9413a4b commit e83bcba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 75 deletions.
73 changes: 0 additions & 73 deletions .github/workflows/test-integration.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
Expand All @@ -37,7 +37,8 @@ jobs:
cache: true
cache-dependency-path: go.sum

- run: ./scripts/test-coverage
- name: Run tests
run: go test -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... $(go list github.com/ignite/gex/...)
if: env.GIT_DIFF

- name: Upload coverage to Codecov
Expand Down

0 comments on commit e83bcba

Please sign in to comment.