Skip to content

Commit

Permalink
Delete old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Apr 28, 2022
1 parent 6f00c8d commit a5dc57e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 356 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Upload coverage information
uses: codecov/codecov-action@v3
with:
files: ./integration/integration.txt
files: ./integration/integration-${{ matrix.db }}.txt
flags: integration,${{ matrix.db }}

- name: Check dirty
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/vendor/
cover.txt
cover.html
integration.txt
integration-*.txt
old.txt
new.txt

Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ tasks:
test-integration-db:
dir: integration
cmds:
- go test -count=1 -race -shuffle=on -coverprofile=integration.txt -coverpkg=../... -port={{.DB}}
- go test -count=1 -race -shuffle=on -coverprofile=integration-{{.DB}}.txt -coverpkg=../... -port={{.DB}}

bench-short:
desc: "Benchmark for about 20 seconds (with default BENCHTIME)"
Expand Down
112 changes: 0 additions & 112 deletions internal/handlers/handler_fuzz_test.go

This file was deleted.

160 changes: 0 additions & 160 deletions internal/handlers/msg_delete_test.go

This file was deleted.

81 changes: 0 additions & 81 deletions internal/handlers/msg_update_test.go

This file was deleted.

0 comments on commit a5dc57e

Please sign in to comment.