Skip to content

Commit

Permalink
Ignore ast package in codecov
Browse files Browse the repository at this point in the history
ast package did not have any tests previously and a new test
was added. The codecov tool computes that code coverage has dropped by
15% even though a new test was added.

Adding ast to ignore list as a workaround so that the pull request can
be merged.

Thanks goccy for the suggestion.
  • Loading branch information
martin-sucha committed Oct 13, 2021
1 parent 72fff89 commit e5c9c3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ comment:
layout: "header,diff"
behavior: default
require_changes: no

ignore:
- ast

0 comments on commit e5c9c3d

Please sign in to comment.