Skip to content

Commit fc19cff

Browse files
authored
Merge pull request #438 from codacy/feat/remove-docs-DOCS-482
docs: Remove docs DOCS-482
2 parents dbf7df0 + 27a5275 commit fc19cff

14 files changed

+1
-883
lines changed

.circleci/config.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -192,20 +192,6 @@ jobs:
192192
if [ $ERROR_CODE -ne 0 ]; then echo "expected an error code 0 and got $ERROR_CODE instead"; exit 1; fi
193193
echo "test completed with the expected error code: 0"
194194
195-
build_mkdocs:
196-
docker:
197-
- image: circleci/python:3.6.4
198-
working_directory: ~/workdir
199-
steps:
200-
- attach_workspace:
201-
at: ~/workdir
202-
- run:
203-
name: install dependencies
204-
command: sudo pip install -r requirements.txt
205-
- run:
206-
name: build mkdocs
207-
command: mkdocs build
208-
209195
workflows:
210196
version: 2
211197
compile_test_deploy:
@@ -220,9 +206,6 @@ workflows:
220206
context: CodacyCircleCI
221207
requires:
222208
- codacy/checkout_and_version
223-
- build_mkdocs:
224-
requires:
225-
- codacy/checkout_and_version
226209
- codacy/sbt:
227210
name: scalafmt_and_compile
228211
cmd: sbt "scalafmtCheckAll;scalafmtSbtCheck;test:compile;it:compile"

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
* @codacy/toss
2-
/docs/ @codacy/techwriters
2+
README.md @codacy/techwriters

docs/alternative-ways-of-running-coverage-reporter.md

Lines changed: 0 additions & 172 deletions
This file was deleted.

docs/images/coverage-codacy-ui.png

-69.8 KB
Binary file not shown.
-17.8 KB
Binary file not shown.

docs/images/coverage-pr-commits.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.
-111 KB
Binary file not shown.

docs/images/coverage-validate.png

-23.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)