Skip to content

Commit c17b0b9

Browse files
committed
build: Remove references to Travis/GitHub
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
1 parent 32349a7 commit c17b0b9

File tree

9 files changed

+4390
-1212
lines changed

9 files changed

+4390
-1212
lines changed

.gitreview

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[gerrit]
2+
host=gerrit.wikimedia.org
3+
port=29418
4+
project=mediawiki/libs/node-cssjanus.git
5+
track=1
6+
defaultrebase=0

.travis.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

History.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Node.js 10 or later is required.
5353

5454
## v1.1.0 / 2014-09-23
5555

56-
* Move repository to github.com/cssjanus (Timo Tijhof).
5756
* Drop support for node.js v0.8 (Timo Tijhof).
5857
* Correct documentation of calculateNewBorderRadius (Ed Sanders).
5958
* test: Convert test cases to JSON (Timo Tijhof).

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CSSJanus. https://github.com/cssjanus/cssjanus
1+
CSSJanus. https://www.mediawiki.org/wiki/CSSJanus
22

33
Copyright 2014 Trevor Parscal
44
Copyright 2010 Roan Kattouw

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![Build Status](https://travis-ci.com/cssjanus/cssjanus.svg?branch=main)](https://travis-ci.com/cssjanus/cssjanus) [![Coverage Status](https://coveralls.io/repos/github/cssjanus/cssjanus/badge.svg?branch=main)](https://coveralls.io/github/cssjanus/cssjanus?branch=main) [![npm](https://img.shields.io/npm/v/cssjanus.svg?style=flat)](https://www.npmjs.com/package/cssjanus) [![Tested with QUnit](https://img.shields.io/badge/tested_with-qunit-9c3493.svg)](https://qunitjs.com/)
1+
[![npm](https://img.shields.io/npm/v/cssjanus.svg?style=flat)](https://www.npmjs.com/package/cssjanus)
2+
[![Tested with QUnit](https://img.shields.io/badge/tested_with-qunit-9c3493.svg)](https://qunitjs.com/)
23

34
# CSSJanus
45

@@ -51,7 +52,8 @@ If a rule is not meant to be flipped by CSSJanus, use a `/* @noflip */` comment
5152
## Integrations
5253

5354
* **[css](https://www.npmjs.com/package/css)** parser: [rtl-converter](https://github.com/HosseinAlipour/rtl-converter).
54-
* **Grunt**: [grunt-cssjanus](https://github.com/cssjanus/grunt-cssjanus).
55+
* **Grunt**: [grunt-cssjanus](https://gerrit.wikimedia.org/g/mediawiki/tools/grunt-cssjanus).
56+
* **PHP** port: [php-cssjanus](https://gerrit.wikimedia.org/g/mediawiki/libs/php-cssjanus/).
5557
* **Gulp**: [gulp-cssjanus](https://github.com/tomyam1/gulp-cssjanus).
5658
* **PostCSS**: [postcss-cssjanus](https://www.npmjs.com/package/postcss-janus).
5759
* **styled-components**: [styled-components-rtl](https://www.npmjs.com/package/styled-components-rtl).
@@ -60,7 +62,7 @@ If a rule is not meant to be flipped by CSSJanus, use a `/* @noflip */` comment
6062

6163
## Who uses CSSJanus?
6264

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/).
6466
* **[WordPress](https://wordpress.org/)**, a free and open-source content management system. Used for the interface of wp-admin and the default yearly themes.
6567
* **[styled-components](https://styled-components.com/)**, an ecosystem of visual primitives. Its RTL support is powered by CSSJanus.
6668
* **[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
6971
## See also
7072

7173
* [Interactive demo](https://cssjanus.github.io)
74+
75+
## Contribute
76+
77+
* Issue tracker: <https://phabricator.wikimedia.org/tag/cssjanus/>
78+
* Source code: <https://gerrit.wikimedia.org/g/mediawiki/libs/node-cssjanus>
79+
* Submit patches via Gerrit: <https://www.mediawiki.org/wiki/Developer_account>

0 commit comments

Comments
 (0)