Skip to content

Commit

Permalink
Exclude story files from test coverage (#69)
Browse files Browse the repository at this point in the history
# Exclude story files from test coverage

## ♻️ Current situation & Problem
Closes #66


### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
arkadiuszbachorski authored Oct 15, 2024
1 parent 112e0d5 commit b150aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
codecov:
branch: main
require_ci_to_pass: true
ignore:
- "**/*.stories.tsx"
comment:
behavior: default
layout: reach,diff,flags,files,footer
Expand Down

0 comments on commit b150aa0

Please sign in to comment.