Skip to content

Commit

Permalink
Force Notion update
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot committed Aug 23, 2024
1 parent 5e58651 commit e0aed36
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion technical_standards/php/wordpress/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ public function set_value() {
return $fixture_value;
}
```

2 changes: 1 addition & 1 deletion ways_of_working/processes/reviews.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Diff coverage step identifies all lines being modified by your PR, and checks wh

When a line is not covered, it means that it could be removed or alteredwithout any tests failing, which is a great risk for regression in the future.On the contrary, a covered line is not totally safe: a line being executedduring a test does not mean its logic is fully tested and validated. Therefore,diff coverage must be taken as an indication of untested lines of code fordevelopers to self-review and improve autonomously their coverage.

We globally aim at a minimum of 50% diff coverage. Below this, this step of the pipeline must fail.
We globally aim at a minimum of 50% diff coverage. Below this, this step of the pipeline must fail.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ The Engineering Plugin team implements and maintains WP Media’s WordPress plug
- Enhance, fix, implement and test new features in WP Media’s WordPress plugins, and deliver them to our customers to implement the product team’s roadmap ;
- Assist the Support team to investigate and fix reported issues so that all our customers are satisfied ;
- Continuously increase robustness, security and quality of the WordPress plugins so that all customers always get an easy, seamless and frictionless web optimization experience ;
- Contribute to the WordPress community so that it keeps growing and thriving, while making WP Media and group.One renowned actors in the community.
- Contribute to the WordPress community so that it keeps growing and thriving, while making WP Media and group.One renowned actors in the community.

0 comments on commit e0aed36

Please sign in to comment.