# Configures notifications, can add Slack
# Seems that doesn't send any notifications currently
# https://docs.codecov.io/docs/notifications
codecov:
notify:
require_ci_to_pass: yes
# https://docs.codecov.io/docs/coverage-configuration
coverage:
precision: 2
round: down
# range controls the color (up to 70 will be red, 100 - green)
range: "70...100"
# Adds status messages to github
# Diabling until we agree on the approach
status:
project: no # default yes
patch: no # default yes
changes: no
parsers:
# No clue what this is alluding to
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
# Pull request comments
# https://docs.codecov.io/docs/pull-request-comments
comment:
layout: "header, diff"
behavior: default
require_changes: no
Can anyone give any clues why this duplication or double comments might be happening?
I also first set up the codecov.io integration by adding a project to the site, making sure that coverage upload works and only then enabling Codecov through GitHub integrations. Other repositories that are using Codecov do not have this bug, but they were set up by other people.
Awesome @kristonitas, we made some changes on our backend that likely fixed your issue. The community site is built on top of Discourse, so I’m not sure if it is OSS