-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dusan Borovcanin <[email protected]>
- Loading branch information
1 parent
7131ed2
commit 670c0c2
Showing
2 changed files
with
11 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |