Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Don't fail if coverage drops slightly
coverage:
status:
project:
default:
target: auto
threshold: 0.1%

# Carry forward any end-to-end flags
flags:
e2e:
carryforward: true

# Show carryforward flags and components in the PR comment
comment:
layout: "header, diff, flags, components"
show_carryforward_flags: true

# Set up components
component_management:
individual_components:
- component_id: "casa"
paths:
- "phangsPipeline/casa*"
- component_id: "handler"
paths:
- "phangsPipeline/handler*"
- component_id: "spectral-cube"
paths:
- "phangsPipeline/sc*"
- component_id: "utils"
paths:
- "phangsPipeline/utils*"
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added more detailed instructions for installing analysisUtils (#340).
- Included initial documentation (#348).
- Add badges to README.md (#358).
- Added .codecov.yml to configure codecov (#364).

### Changed

Expand Down
Loading