File tree Expand file tree Collapse file tree 3 files changed +14
-18
lines changed Expand file tree Collapse file tree 3 files changed +14
-18
lines changed Original file line number Diff line number Diff line change
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/*"
Original file line number Diff line number Diff line change 46
46
with :
47
47
node-version : lts/*
48
48
49
- - name : Run Prettier
50
- id : prettier-run
51
-
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
-
63
49
- name : Check for changes in services
64
50
uses : dorny/paths-filter@v3
65
51
id : filter
104
90
uses : codecov/codecov-action@v4
105
91
with :
106
92
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
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments