88 | Here we try to list all our continuous integration pipelines along with some useful stats to get an overview of the subprojects.
99
1010| {% assign modules = "activitywatch,aw-core,aw-server,aw-server-rust,aw-client,aw-client-js,aw-qt,aw-webui,aw-watcher-afk,aw-watcher-window,aw-watcher-web,aw-watcher-input,aw-android,activitywatch.github.io,docs" | split: ',' %}
11- | {% assign travis_modules = "activitywatch,aw-android" | split: ',' %}
12- | {% assign ghactions_modules = "activitywatch,aw-core,aw-server,aw-server-rust,aw-qt,aw-client,aw-client-js,aw-watcher-window,aw-watcher-afk,aw-watcher-web,aw-watcher-input,aw-webui,activitywatch.github.io,docs" | split: ',' %}
11+ | {% assign ghactions_modules = "activitywatch,aw-core,aw-server,aw-server-rust,aw-qt,aw-android,aw-client,aw-client-js,aw-watcher-window,aw-watcher-afk,aw-watcher-web,aw-watcher-input,aw-webui,activitywatch.github.io,docs" | split: ',' %}
1312| {% assign codeclimate_modules = "aw-core,aw-server,aw-client,aw-client-js,aw-qt,aw-watcher-afk,aw-watcher-window,aw-webui,aw-watcher-web" | split: ',' %}
1413| {% assign codecov_modules = "aw-core,aw-server,aw-server-rust,aw-webui" | split: ',' %}
1514
@@ -34,12 +33,6 @@ table(class="table dense")
3433 img( src ="https://github.com/ActivityWatch/{{ module }}/workflows/Build/badge.svg" )
3534 | {% endif %}
3635
37- td
38- | {% if travis_modules contains module %}
39- a( href ="https://travis-ci.com/ActivityWatch/{{ module }}" target ="_blank" )
40- img( src ="https://travis-ci.com/ActivityWatch/{{ module }}.svg?branch=master" )
41- | {% endif %}
42-
4336 td
4437 | {% if codeclimate_modules contains module %}
4538 a( href ="https://codeclimate.com/github/ActivityWatch/{{module}}" target ="_blank" )
0 commit comments