Skip to content

Commit

Permalink
ci: add a step in the exclusion-usage job to check for specifying m…
Browse files Browse the repository at this point in the history
…ultiple exclusions
  • Loading branch information
threeal committed Apr 21, 2023
1 parent 773ef0e commit d8611a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,15 @@ jobs:
exclude: sample/include/*
fail-under-line: 100

- name: Use this action with multiple exclusions
uses: ./
with:
root: sample
exclude: |
sample/include/is_even.hpp
sample/include/is_odd.hpp
fail-under-line: 100

coveralls-usage:
needs: standard-usage
runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit d8611a2

Please sign in to comment.