Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🎨 Code Coverage for your CSS!

NotificationsYou must be signed in to change notification settings

openstax/css-coverage.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greenkeeper badge

Generates coverage information of your CSS files and creates reports using the optional source maps.

How is this different from other CSS coverage tools?

  • gives coverage information on your source files (SASS/LESS/Stylus/etc), not just the compiled CSS file
  • provides a command line script to run against individual test files

What can I do withcss-coverage?

You can use the command line version to:

  • test a CSS and HTML file one at a time
  • usecss-coverage as part of a build (like in GruntJS)
  • generate a LCOV Report for use in services likeCoveralls or HTML reports usinglcov

Can I make Reports?

You can also generate LCOV Files for Coveralls or just HTML reports:

# Run CSS Coverage and generate a LCOV report (with verbose output)css-coverage --css ./test/test.css --html ./test/test.html --lcov ./css.lcov# Optionally Generate an HTML reportgenhtml ./css.lcov --output-directory ./coverage

Commandline Options

Usage: css-coverage [options]Generate coverage info for a CSS file against an HTML file. This supports loading sourcemaps by using the sourceMappingURL=FILENAME.map CSS commentOptions:  --html [path/to/file.html]               path to a local HTML file  --css [path/to/file.css]                 path to a local CSS file  --lcov [path/to/output.lcov]             the LCOV output file  --verbose                                verbose/debugging output  --ignore-source-map                      disable loading the sourcemap if one is found  --ignore-declarations [move-to,content]  A comma-separated list of declarations to ignore  -h, --help                               output usage information

About

🎨 Code Coverage for your CSS!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp