From 840855e8b2ecd4bed73532440512513f141a81b8 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Tue, 2 Apr 2024 11:20:34 +0200 Subject: [PATCH] Clean files --- .coveragerc | 8 -------- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 circle.yml | 22 ---------------------- 3 files changed, 30 deletions(-) delete mode 100644 .coveragerc rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) delete mode 100644 circle.yml diff --git a/.coveragerc b/.coveragerc deleted file mode 100644 index 4b940752b9..0000000000 --- a/.coveragerc +++ /dev/null @@ -1,8 +0,0 @@ -# NOTE: See . -[run] -branch = True -[report] -omit = - test/* - lib/util_windows.py -precision = 2 diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 427ad7a1e2..0000000000 --- a/circle.yml +++ /dev/null @@ -1,22 +0,0 @@ -# See: https://circleci.com/docs/2.0/configuration-reference -version: 2.1 - -orbs: - python: circleci/python@2.0.3 - -jobs: - - test-book-testnet: - docker: - - image: cimg/python:3.11.6 - - steps: - - run: - name: "TODO" - command: | - echo "Success" - -workflows: - build-and-test: - jobs: - - test-book-testnet \ No newline at end of file