Skip to content

Commit

Permalink
#448 Test the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Jul 18, 2024
1 parent c0bb76b commit f43777e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
# fparser should work even under limited terminal conditions so set
# LC_ALL (this is only relevant for versions before Python 3.7).
LC_ALL=POSIX pytest --cov=fparser --cov-report=xml src/fparser
- name: Test examples
run: |
make -C example test src/fparser
- name: Upload coverage to Codecov with GitHub Action
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit f43777e

Please sign in to comment.