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 670c0c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 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

0 comments on commit 670c0c2

Please sign in to comment.