Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 13, 2024
1 parent b97a188 commit 23a4a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ TDD is known to improve code quality `[Alkaoud & Walcott, 2018][Janzen & Saiedia
Code coverage correlates with code quality `[Horgan et al., 1994]`
`[Del Frate et al., 1995]`.
Due to this, having a code coverage of (around) 100%
is mandatory to pass a code peer-review by committies such as, for example,
is mandatory to pass a code peer-review by committees such as, for example,
rOpenSci `[Ram, 2013]`.

### Why is Continuous Integration testing important?
Expand Down
2 changes: 1 addition & 1 deletion hello_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ that has been used at least once by tests.
Code coverage correlates with code quality `[Horgan et al., 1994]`
`[Del Frate et al., 1995]` and due to this,
having a code coverage of (around) 100%
is mandatory to pass a code peer-review by committies such as, for example,
is mandatory to pass a code peer-review by committees such as, for example,
rOpenSci `[Ram, 2013]`.

However, one needs to decide upon **what** to test for code coverage.
Expand Down

0 comments on commit 23a4a52

Please sign in to comment.