Skip to content

Commit

Permalink
github-project-structure: I'm using codecov lately
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Jun 30, 2024
1 parent 3ea01b7 commit 95d621d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions articles/github-project-struct/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ Use [coveralls](https://coveralls.io/) for code coverage reports. It
has its quirks, but it can be made to work fine with just about any
language - and it supports build matrices natively.

I've also used *codecov* for a while, but it didn't work very well
with my [workflow](#workflow) - where a branch is constantly forwarded
to commits that exist in another branch.
I also used *codecov* in some more recent repositories. It didn't work
very well with my [workflow](#workflow) in the past, but it seems to
be working better than coveralls lately.

Add a test result and a coverage shield to the top of `README.md`.
That allows visitors to see that you project cares about test coverage
Expand Down

0 comments on commit 95d621d

Please sign in to comment.