Skip to content

Commit 726e3d3

Browse files
committed
Remove Prettier config
Signed-off-by: Dusan Borovcanin <[email protected]>
1 parent 7131ed2 commit 726e3d3

File tree

3 files changed

+14
-18
lines changed

3 files changed

+14
-18
lines changed

.codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright (c) Abstract Machines
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
# CoAP is temporarily ignored since we don't have tests for it yet.
5+
coverage:
6+
ignore:
7+
- "cmd/*"
8+
- "mocks/*"

.github/workflows/ci.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,6 @@ jobs:
4646
with:
4747
node-version: lts/*
4848

49-
- name: Run Prettier
50-
id: prettier-run
51-
uses: rutajdash/[email protected]
52-
with:
53-
config_path: ./.prettierrc
54-
file_pattern: "**/*.html **/*.css"
55-
56-
- name: Prettier Output
57-
if: ${{ failure() }}
58-
shell: bash
59-
run: |
60-
echo "The following files are not formatted:"
61-
echo "${{steps.prettier-run.outputs.prettier_output}}"
62-
6349
- name: Check for changes in services
6450
uses: dorny/paths-filter@v3
6551
id: filter
@@ -104,6 +90,6 @@ jobs:
10490
uses: codecov/codecov-action@v4
10591
with:
10692
token: ${{ secrets.CODECOV }}
107-
directory: ./coverage/
108-
name: codecov-umbrella
109-
verbose: true
93+
files: ./coverage/*.out
94+
codecov_yml_path: .codecov.yml
95+
verbose: true

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
### PALCEHOLDER
1+
# Abstract Machines Certificate Manager
2+
3+
[![codecov](https://codecov.io/gh/absmach/certs/graph/badge.svg?token=M1rtItXAFd)](https://codecov.io/gh/absmach/certs)

0 commit comments

Comments
 (0)