Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kernel-hardening-checker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
kernel-hardening-checker
Commits
ed10b5af
Commit
ed10b5af
authored
Mar 30, 2020
by
Alexander Popov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Collect coverage
parent
c7b604c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
5 deletions
+19
-5
main.yml
.github/workflows/main.yml
+18
-5
README.md
README.md
+1
-0
No files found.
.github/workflows/main.yml
View file @
ed10b5af
...
...
@@ -20,8 +20,6 @@ jobs:
steps
:
# - uses: actions/checkout@v2
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v1
with
:
...
...
@@ -30,10 +28,8 @@ jobs:
-
name
:
Install
run
:
|
python -m pip install --upgrade pip
pip install coverage
pip --verbose install git+https://github.com/a13xp0p0v/kconfig-hardened-check
-
name
:
Try
run
:
|
kconfig-hardened-check
-
name
:
Check all configs
...
...
@@ -49,3 +45,20 @@ jobs:
kconfig-hardened-check -c $C || exit
done
echo -e "\n>>>>> checking $COUNT configs is done <<<<<"
-
uses
:
actions/checkout@v2
-
name
:
Collect coverage
run
:
|
coverage run -a --branch bin/kconfig-hardened-check
coverage xml -i -o coverage.xml
-
name
:
Handle coverage
uses
:
codecov/codecov-action@v1
with
:
file
:
./coverage.xml
flags
:
functional_test
name
:
codecov-umbrella
fail_ci_if_error
:
true
README.md
View file @
ed10b5af
# kconfig-hardened-check

[

](https://codecov.io/gh/a13xp0p0v/kconfig-hardened-check)
## Motivation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment