Skip to content

Commit

Permalink
Merge pull request #32 from domenicoblanco/code_coverage
Browse files Browse the repository at this point in the history
fix: correct indentation
  • Loading branch information
Valeri0p authored May 30, 2022
2 parents 15b4cdc + fb85f86 commit 1b41d9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
pytest --cov src tests/ --cov-fail-under=100 --cov-report xml
- name: Upload to CodeCoverage
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Healthcheck-bot
![CI Badge](https://github.com/QD-2022/Healthcheck-bot/actions/workflows/ci.yml/badge.svg)
[![codecov](https://codecov.io/gh/QD-2022/Healthcheck-bot/branch/main/graph/badge.svg?token=G54CHQRYTC)](https://codecov.io/gh/QD-2022/Healthcheck-bot)

<p align="center">
<img src="icon.jpeg" alt="logo" width="200">
Expand Down

0 comments on commit 1b41d9d

Please sign in to comment.