Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frama-C
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LustreC
Frama-C
Commits
691310ec
Commit
691310ec
authored
Mar 30, 2022
by
Loïc Correnson
Committed by
Andre Maroneze
Apr 6, 2022
Browse files
Options
Downloads
Patches
Plain Diff
[ivette/eva] fix summary.css clash
parent
3c258bac
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ivette/src/frama-c/plugins/eva/Summary.tsx
+1
-1
1 addition, 1 deletion
ivette/src/frama-c/plugins/eva/Summary.tsx
ivette/src/frama-c/plugins/eva/style_summary.css
+0
-0
0 additions, 0 deletions
ivette/src/frama-c/plugins/eva/style_summary.css
with
1 addition
and
1 deletion
ivette/src/frama-c/plugins/eva/Summary.tsx
+
1
−
1
View file @
691310ec
...
...
@@ -29,7 +29,7 @@ import * as Eva from 'frama-c/plugins/eva/api/general';
import
CoverageMeter
,
{
percent
}
from
'
./CoverageMeter
'
;
import
'
./summary.css
'
;
import
'
./
style_
summary.css
'
;
function
CoverageTable
(
data
:
Eva
.
programStatsType
):
JSX
.
Element
{
const
{
progFunCoverage
:
functions
,
progStmtCoverage
:
statements
}
=
data
;
...
...
This diff is collapsed.
Click to expand it.
ivette/src/frama-c/plugins/eva/summary.css
→
ivette/src/frama-c/plugins/eva/
style_
summary.css
+
0
−
0
View file @
691310ec
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment