Skip to content

Commit

Permalink
Merge pull request #16 from Tauffer-Consulting/dev
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
luiztauffer authored Nov 10, 2023
2 parents 8a2d334 + 2c5a408 commit baafac9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/validate-and-organize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ jobs:

- name: Run tests over built images
run: |
pytest
pytest --cov=pieces --cov-report=xml --cov-report=term-missing
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Publish images
env:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![codecov](https://codecov.io/gh/Tauffer-Consulting/default_domino_pieces/graph/badge.svg?token=DLCDR2S3B6)](https://codecov.io/gh/Tauffer-Consulting/default_domino_pieces)

# Default Domino Pieces
Default Domino Pieces that comes pre-installed:

Expand Down

0 comments on commit baafac9

Please sign in to comment.