Skip to content

Commit 22732f8

Browse files
Merge branch 'main' into patch-1
2 parents 2ba8e51 + 545d9ee commit 22732f8

File tree

8 files changed

+18
-9
lines changed

8 files changed

+18
-9
lines changed

collections/made-in-bangladesh/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ items:
2929
- usmanhalalit/charisma
3030
- usmanhalalit/laracsv
3131
- boss-net/license-checker
32-
- sscsb/action-sbom-upload
33-
- sulaiman-coder/profiler
3432

3533
display_name: Made in Bangladesh
3634
created_by: kuttumiah

collections/release-radar-2018-12/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
items:
3-
- antonmedv/fx
43
- hashicorp/vault
54
- pytorch/pytorch
65
- https://nostalgic-css.github.io/NES.css/

collections/teaching-computational-social-science/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ items:
2727
- mobileink/lab.compss
2828
- sschauss/css
2929
- jongbinjung/css-python-workshop
30-
- adamrpah/KPHD_CSS
30+
- adamrpah/CSSMA
3131
- cbpuschmann/stm_ic2s2
3232
- ohexel/comsocsci
3333
- atkindel/css_activities

topics/coverage/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
display_name: Test coverage
3+
short_description: Coverage is the percentage of your project being covered by—depending on the perspective—code or tests.
4+
topic: coverage
5+
related: code-coverage, test-coverage, path-coverage, line-coverage, branch-coverage, automated-testing, coverage-report, serenity-bdd, cicd
6+
---
7+
**Test coverage** is the percentage of your project being covered by—depending on the perspective—code or tests, which can be measured in different ways:
8+
* path coverage
9+
* line coverage
10+
* branch coverage
11+
* code coverage

topics/devops/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
aliases: dev-ops
33
display_name: DevOps
44
logo: devops.png
5-
related: ci, cd
5+
related: ci, cd, cicd, devsecops, gitops, chatops, test-automation, static-code-analysis, release-automation, infrastructure-as-code
66
short_description: DevOps is a set of practices that combine software development (Dev) and IT operations (Ops).
77
topic: devops
88
wikipedia_url: https://en.wikipedia.org/wiki/DevOps
99
---
10-
DevOps is a set of practices that combine software development (Dev) and IT operations (Ops). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.
10+
**DevOps** is a set of practices that combine software development (Dev) and IT operations (Ops). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.

topics/f-droid/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ github_url: https://github.com/f-droid/fdroidclient
66
display_name: F-Droid
77
logo: f-droid.png
88
released: September 29, 2010
9-
related: android
9+
related: android, app-store, aptoide, apk, libre-software, foss
1010
short_description: F-Droid is an installable catalogue of FOSS applications for the Android platform.
1111
url: https://f-droid.org/
1212
wikipedia_url: https://en.wikipedia.org/wiki/F-Droid
1313
---
14-
Started in 2010, F-Droid is an installable catalogue of FOSS (Free and open source software) applications for the Android platform. It's both a repository of FOSS apps, along with an Android client to perform installations and updates of apps.
14+
Started in 2010, **F-Droid** is an installable catalogue of FOSS (Free and open source software) applications for the Android platform. It's both a repository of FOSS apps, along with an Android client to perform installations and updates of apps.

topics/git/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ short_description: Git is the most widely used version control system.
88
topic: git
99
url: https://git-scm.com/
1010
wikipedia_url: https://en.wikipedia.org/wiki/Git
11+
related: vcs, github, bitbucket, gitlab, gitops, gitflow, svn, mercurial, tfvc, dvcs
1112
---
12-
Git is the most widely used version control system, which allows for the tracking and managing of source code over time. It was designed for collaboration and built to be flexible, secure and efficient.
13+
**Git** is the most widely used version control system, which allows for the tracking and managing of source code over time. It was designed for collaboration and built to be flexible, secure and efficient.

topics/mastodon/mastodon.png

2.99 KB
Loading

0 commit comments

Comments
 (0)