Skip to content

Commit

Permalink
Improve codecov yaml (#1007)
Browse files Browse the repository at this point in the history
* Ignore paths in the coverage that we don't care about
* Allow dropping coverage by 1%
  • Loading branch information
rwols authored May 2, 2020
1 parent fdca1a2 commit ce581c8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,17 @@ comment: false
coverage:
status:
patch: false
project: true
project:
default:
threshold: 1%
ignore:
- .github
- Commands
- docs
- icons
- Keymaps
- Menus
- messages
- stubs
- Syntaxes
- tests

0 comments on commit ce581c8

Please sign in to comment.