Skip to content

Commit

Permalink
Merge pull request #394 from Ogeon/coverage_components
Browse files Browse the repository at this point in the history
Try to use components for coverage
  • Loading branch information
Ogeon authored Apr 27, 2024
2 parents f871357 + b8ad2ee commit aa19895
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
- master
paths:
- '**.rs'
- 'codecov.yml'
push:
branches:
- master
paths:
- '**.rs'
- 'codecov.yml'

name: Test coverage

Expand Down
15 changes: 15 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
comment:
layout: "header, diff, flags, components"

component_management:
default_rules:
statuses:
- type: project
target: auto
individual_components:
- component_id: palette
paths:
- palette/**
- component_id: palette_derive
paths:
- palette_derive/**

0 comments on commit aa19895

Please sign in to comment.