Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
planning
ThirdParty
qdldl
Commits
6d02e16b
Commit
6d02e16b
authored
3 years ago
by
Ian McInerney
Browse files
Options
Download
Email Patches
Plain Diff
Pin lcov action and add coveralls upload action
parent
b286130c
master
v0.1.6
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yml
+8
-1
.github/workflows/ci.yml
with
8 additions
and
1 deletion
+8
-1
.github/workflows/ci.yml
+
8
-
1
View file @
6d02e16b
...
...
@@ -49,12 +49,19 @@ jobs:
# Only parse and upload coverage if it was generated
-
name
:
Process coverage
if
:
${{ matrix.coverage == 'ON' }}
uses
:
imciner2/run-lcov@
main
uses
:
imciner2/run-lcov@
v1
with
:
input_directory
:
'
${{
runner.workspace
}}/build'
exclude
:
'
"$GITHUB_WORKSPACE/tests/*"
"$GITHUB_WORKSPACE/examples/*"
"/usr/include/x86_64-linux-gnu/bits/*"'
output_file
:
'
${{
runner.workspace
}}/build/coverage.info'
-
name
:
Upload coverage
if
:
${{ matrix.coverage == 'ON' }}
uses
:
coverallsapp/github-action@master
with
:
github-token
:
${{ secrets.GITHUB_TOKEN }}
path-to-lcov
:
'
${{
runner.workspace
}}/build/coverage.info'
test_configs
:
strategy
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets