Skip to content

Commit

Permalink
Remove tests coverage (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Oct 24, 2022
1 parent f3b2e5e commit b2ab07d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Expand Up @@ -54,14 +54,6 @@ jobs:
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: make test-unit

# only report code coverage on linux
- name: Upload coverage report
if: ${{ matrix.platform == 'ubuntu-latest' }}
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
with:
files: ./cover.txt
name: testcontainers-go-${{ matrix.go-version }}

- name: modTidy e2e tests
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: make -C e2e tools-tidy
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -10,5 +10,4 @@ src/pip-delete-this-directory.txt
.idea/
.DS_Store

cover.txt
TEST-*.xml
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -9,8 +9,7 @@ test-unit:
--format short-verbose \
--rerun-fails=5 \
--packages="./..." \
--junitfile TEST-unit.xml \
-- -coverprofile=cover.txt
--junitfile TEST-unit.xml

.PHONY: test-e2e
test-e2e:
Expand Down

0 comments on commit b2ab07d

Please sign in to comment.