You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change `npm run cover` to match the standardised entrypoint in WMF CI
that runs `npm run coverage`, and expects to publish an HTML directory
at `/coverage`. It also optionally supports a clover.xml file being
placed there, so enable that as well.
Ref https://gerrit.wikimedia.org/r/c/integration/config/+/903539/
Change-Id: I8e786201f0541c6d1065dbfa30a42c8f49960a2b
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
[](https://travis-ci.com/cssjanus/cssjanus)[](https://coveralls.io/github/cssjanus/cssjanus?branch=main)[](https://www.npmjs.com/package/cssjanus)[](https://qunitjs.com/)
@@ -60,7 +62,7 @@ If a rule is not meant to be flipped by CSSJanus, use a `/* @noflip */` comment
60
62
61
63
## Who uses CSSJanus?
62
64
63
-
***[Wikimedia Foundation](https://www.wikimedia.org/)**, the non-profit behind Wikipedia and other free knowledge projects. Used as part of [MediaWiki](https://www.mediawiki.org/wiki/MediaWiki) and [VisualEditor](https://github.com/wikimedia/VisualEditor/#readme) on [Wikipedia](https://ar.wikipedia.org/), and [more](https://doc.wikimedia.org/).
65
+
***[Wikimedia Foundation](https://www.wikimedia.org/)**, the non-profit behind Wikipedia and other free knowledge projects. Used as part of [MediaWiki](https://www.mediawiki.org/wiki/MediaWiki) and [VisualEditor](https://gerrit.wikimedia.org/g/VisualEditor/VisualEditor) on [Wikipedia](https://ar.wikipedia.org/), and [more](https://doc.wikimedia.org/).
64
66
***[WordPress](https://wordpress.org/)**, a free and open-source content management system. Used for the interface of wp-admin and the default yearly themes.
65
67
***[styled-components](https://styled-components.com/)**, an ecosystem of visual primitives. Its RTL support is powered by CSSJanus.
66
68
***[AdminLTE](https://adminlte.io/)**, an open-source admin dashboard and control panel theme. See
@@ -69,3 +71,9 @@ If a rule is not meant to be flipped by CSSJanus, use a `/* @noflip */` comment
0 commit comments