From 726e3d3d2b15b6c497bbdf0372362e01490b651e Mon Sep 17 00:00:00 2001 From: Dusan Borovcanin Date: Thu, 17 Oct 2024 09:50:32 +0200 Subject: [PATCH] Remove Prettier config Signed-off-by: Dusan Borovcanin --- .codecov.yml | 8 ++++++++ .github/workflows/ci.yml | 20 +++----------------- README.md | 4 +++- 3 files changed, 14 insertions(+), 18 deletions(-) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..be863e5 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,8 @@ +# Copyright (c) Abstract Machines +# SPDX-License-Identifier: Apache-2.0 + +# CoAP is temporarily ignored since we don't have tests for it yet. +coverage: + ignore: + - "cmd/*" + - "mocks/*" \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87350e3..b2fab9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,20 +46,6 @@ jobs: with: node-version: lts/* - - name: Run Prettier - id: prettier-run - uses: rutajdash/prettier-cli-action@v1.0.1 - with: - config_path: ./.prettierrc - file_pattern: "**/*.html **/*.css" - - - name: Prettier Output - if: ${{ failure() }} - shell: bash - run: | - echo "The following files are not formatted:" - echo "${{steps.prettier-run.outputs.prettier_output}}" - - name: Check for changes in services uses: dorny/paths-filter@v3 id: filter @@ -104,6 +90,6 @@ jobs: uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV }} - directory: ./coverage/ - name: codecov-umbrella - verbose: true + files: ./coverage/*.out + codecov_yml_path: .codecov.yml + verbose: true \ No newline at end of file diff --git a/README.md b/README.md index d4202da..0e42d72 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -### PALCEHOLDER +# Abstract Machines Certificate Manager + +[![codecov](https://codecov.io/gh/absmach/certs/graph/badge.svg?token=M1rtItXAFd)](https://codecov.io/gh/absmach/certs) \ No newline at end of file