Skip to content

Commit

Permalink
.github/workflows/tests: revise regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Oct 29, 2023
1 parent ff90d27 commit 58f953b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: lcov --capture --directory ${{steps.fixed_workspace.outputs.out}}/build --output-file coverage.info
shell: msys2 {0}
- name: Coveralls
run: coveralls -E 'tests/test.*\.(h|c)' -E '^build'
run: coveralls -E '.*/tests/test.*\.(h|c)' -e build
name: Tests
'on':
pull_request:
Expand Down

0 comments on commit 58f953b

Please sign in to comment.