diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 322fed5..2113791 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -52,7 +52,7 @@ jobs: echo "" >> README.md echo "![test](coverage.svg)" >> README.md echo "" >> README.md - cat tests/table.md >> README.md + cat coverage_table.md >> README.md cat README.md - name: Check files before upload