Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode authored Nov 19, 2024
1 parent 5e7472a commit b710f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Install Flit
run: pip install flit
- name: Install Dependencies
run: flit install --symlink
run: make install
- name: Test
run: pytest --cov=ninja_schema --cov-report=xml tests
- name: Coverage
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v5

0 comments on commit b710f23

Please sign in to comment.