Skip to content

Commit

Permalink
chore: remove unwanted files (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaton committed Nov 4, 2021
1 parent 530e4ff commit d7f186b
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 453 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
misspell -error .
gosec -exclude=G304,G101 ./...
go-acc -o coverage.txt --ignore generated,cmd ./... -- -timeout 60m
grep -v "generated.go" coverage.txt | grep -v "_gen.go" | grep -v "mocks.go" | grep -v "*resolvers.go" | grep -v "server.go" > coverage.out
grep -v "generated.go" coverage.txt | grep -v "_gen.go" | grep -v "mocks.go" | grep -v "*resolvers.go" | grep -v "*.resolvers.go" | grep -v "server.go" > coverage.out
go tool cover -html=coverage.out -o coverage.html
gocov convert coverage.out > coverage.json
gocov report coverage.json > coverage_report.txt
Expand Down
1 change: 0 additions & 1 deletion documentation/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions documentation/Dockerfile

This file was deleted.

203 changes: 0 additions & 203 deletions documentation/docs/creating_account.md

This file was deleted.

3 changes: 0 additions & 3 deletions documentation/docs/error_codes.md

This file was deleted.

112 changes: 0 additions & 112 deletions documentation/docs/index.md

This file was deleted.

11 changes: 0 additions & 11 deletions documentation/docs/login.md

This file was deleted.

36 changes: 0 additions & 36 deletions documentation/docs/profiles.md

This file was deleted.

Loading

0 comments on commit d7f186b

Please sign in to comment.