Skip to content

Commit

Permalink
Merge pull request #438 from codacy/feat/remove-docs-DOCS-482
Browse files Browse the repository at this point in the history
docs: Remove docs DOCS-482
  • Loading branch information
nicklem authored Nov 29, 2022
2 parents dbf7df0 + 27a5275 commit fc19cff
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 883 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,20 +192,6 @@ jobs:
if [ $ERROR_CODE -ne 0 ]; then echo "expected an error code 0 and got $ERROR_CODE instead"; exit 1; fi
echo "test completed with the expected error code: 0"
build_mkdocs:
docker:
- image: circleci/python:3.6.4
working_directory: ~/workdir
steps:
- attach_workspace:
at: ~/workdir
- run:
name: install dependencies
command: sudo pip install -r requirements.txt
- run:
name: build mkdocs
command: mkdocs build

workflows:
version: 2
compile_test_deploy:
Expand All @@ -220,9 +206,6 @@ workflows:
context: CodacyCircleCI
requires:
- codacy/checkout_and_version
- build_mkdocs:
requires:
- codacy/checkout_and_version
- codacy/sbt:
name: scalafmt_and_compile
cmd: sbt "scalafmtCheckAll;scalafmtSbtCheck;test:compile;it:compile"
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* @codacy/toss
/docs/ @codacy/techwriters
README.md @codacy/techwriters
172 changes: 0 additions & 172 deletions docs/alternative-ways-of-running-coverage-reporter.md

This file was deleted.

Binary file removed docs/images/coverage-codacy-ui.png
Binary file not shown.
Binary file removed docs/images/coverage-pr-commits.png
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/images/coverage-pr-commits.svg

This file was deleted.

Binary file removed docs/images/coverage-test-integration.png
Binary file not shown.
Binary file removed docs/images/coverage-validate.png
Binary file not shown.
Loading

0 comments on commit fc19cff

Please sign in to comment.