Skip to content

Commit

Permalink
Merge pull request #1916 from single-cell-data/components_codecov
Browse files Browse the repository at this point in the history
Adding components to codecov
  • Loading branch information
beroy authored Nov 14, 2023
2 parents c8cf28c + 8723ebc commit dc5b9d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,19 @@ coverage:
ignore:
- "apis/r/inst/tiledb/"
- "apis/python/devtools/"

comment:
layout: "header, diff, flags, components" # show component info in the PR comment

component_management:
individual_components:
- component_id: python_api
name: python_api
paths:
- apis/python/src/tiledbsoma/**
- component_id: libtiledbsoma
name: libtiledbsoma
paths:
- libtiledbsoma/src/tiledbsoma/**
- libtiledbsoma/src/soma/**
- libtiledbsoma/src/utils/**

0 comments on commit dc5b9d6

Please sign in to comment.