Skip to content

Commit

Permalink
Remove Prettier config
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <[email protected]>
  • Loading branch information
dborovcanin committed Oct 17, 2024
1 parent 7131ed2 commit 726e3d3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
8 changes: 8 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -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/*"
20 changes: 3 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@ jobs:
with:
node-version: lts/*

- name: Run Prettier
id: prettier-run
uses: rutajdash/[email protected]
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
Expand Down Expand Up @@ -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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 726e3d3

Please sign in to comment.