Spaces:
Running
Running
GitHub Action commited on
Commit ·
5e25fa3
1
Parent(s): 06dea40
Auto-deploy from GitHub Actions
Browse files- .gitignore +2 -1
- README.md +1 -0
- coverage.xml +1 -1
.gitignore
CHANGED
|
@@ -6,4 +6,5 @@
|
|
| 6 |
/dist
|
| 7 |
*egg-info
|
| 8 |
*solution.png
|
| 9 |
-
.coverage
|
|
|
|
|
|
| 6 |
/dist
|
| 7 |
*egg-info
|
| 8 |
*solution.png
|
| 9 |
+
.coverage*
|
| 10 |
+
coverage.xml
|
README.md
CHANGED
|
@@ -12,6 +12,7 @@ pinned: false
|
|
| 12 |
|
| 13 |
[](https://codecov.io/gh/thearn/magiceye-solver)
|
| 14 |
[](https://huggingface.co/spaces/thearn/magiceye-solver)
|
|
|
|
| 15 |
|
| 16 |

|
| 17 |
|
|
|
|
| 12 |
|
| 13 |
[](https://codecov.io/gh/thearn/magiceye-solver)
|
| 14 |
[](https://huggingface.co/spaces/thearn/magiceye-solver)
|
| 15 |
+

|
| 16 |
|
| 17 |

|
| 18 |
|
coverage.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
<?xml version="1.0" ?>
|
| 2 |
-
<coverage version="7.8.2" timestamp="
|
| 3 |
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.8.2 -->
|
| 4 |
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
|
| 5 |
<sources>
|
|
|
|
| 1 |
<?xml version="1.0" ?>
|
| 2 |
+
<coverage version="7.8.2" timestamp="1748026512837" lines-valid="295" lines-covered="254" line-rate="0.861" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
|
| 3 |
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.8.2 -->
|
| 4 |
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
|
| 5 |
<sources>
|