GitHub Action commited on
Commit
5e25fa3
·
1 Parent(s): 06dea40

Auto-deploy from GitHub Actions

Browse files
Files changed (3) hide show
  1. .gitignore +2 -1
  2. README.md +1 -0
  3. 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
  [![Codecov](https://codecov.io/gh/thearn/magiceye-solver/branch/main/graph/badge.svg)](https://codecov.io/gh/thearn/magiceye-solver)
14
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face%20Spaces-Magic%20Eye%20Solver-blue)](https://huggingface.co/spaces/thearn/magiceye-solver)
 
15
 
16
  ![Alt text](http://i.imgur.com/AUmpOSr.png "Example" )
17
 
 
12
 
13
  [![Codecov](https://codecov.io/gh/thearn/magiceye-solver/branch/main/graph/badge.svg)](https://codecov.io/gh/thearn/magiceye-solver)
14
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face%20Spaces-Magic%20Eye%20Solver-blue)](https://huggingface.co/spaces/thearn/magiceye-solver)
15
+ ![Build Status](https://github.com/thearn/magiceye-solver/actions/workflows/python-test.yml/badge.svg)
16
 
17
  ![Alt text](http://i.imgur.com/AUmpOSr.png "Example" )
18
 
coverage.xml CHANGED
@@ -1,5 +1,5 @@
1
  <?xml version="1.0" ?>
2
- <coverage version="7.8.2" timestamp="1748026068802" 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>
 
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>