Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pytest
name: Test

on: [push, pull_request]

Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
python -m pytest -v --tb=native tests \
--doctest-modules \
--junitxml=junit/test-results.xml \
--cov=com --cov-report=xml --cov-report=html
--cov=blockcopy --cov-report=xml --cov-report=html
Loading