Skip to content

Commit

Permalink
Merge pull request #215 from jrzaurin/multi_text_img_columns
Browse files Browse the repository at this point in the history
Multi text img columns
  • Loading branch information
jrzaurin committed Jun 15, 2024
2 parents 70d2d5e + ae3b84f commit 369a9b4
Show file tree
Hide file tree
Showing 303 changed files with 8,423 additions and 1,265 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ jobs:
- name: Convert coverage
run: |
coverage combine coverage*/.coverage*
coverage report --fail-under=95
coverage report --fail-under=90
coverage xml
- name: upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Untitled*.ipynb
# data related dirs
tmp_data/
tmp_dir/
fake_data/
weights/
pretrained_weights/
model_weights/
Expand Down
Loading

0 comments on commit 369a9b4

Please sign in to comment.