Skip to content

Commit

Permalink
adding no header; getting rid summary redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 19, 2024
1 parent f251591 commit eab31da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
addopts = --cov=aim --cov-report=term-missing:skip-covered
addopts = --cov=aim --cov-report=term-missing:skip-covered --no-header
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: setup pytest.ini
run: mv .github/pytest.ini pytest.ini
- name: Run tests
run: poetry run pytest >> $GITHUB_STEP_SUMMARY
run: poetry run pytest

0 comments on commit eab31da

Please sign in to comment.