Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
remortalite committed Jun 13, 2024
2 parents bdee780 + 5dee6a6 commit 7956caf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Run tests
run: make test

# - name: Test & publish code coverage
#uses: paambaati/[email protected]
#if: github.ref_name == 'main'
#env:
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
#with:
# coverageCommand: make test-coverage
- name: Test & publish code coverage
uses: paambaati/[email protected]
if: github.ref_name == 'main'
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: make test-coverage
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### Hexlet tests and linter status:
[![Actions Status](https://github.com/remortalite/python-project-50/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/remortalite/python-project-50/actions)
[![Python CI](https://github.com/remortalite/python-project-50/actions/workflows/build.yaml/badge.svg)](https://github.com/remortalite/python-project-50/actions/workflows/build.yaml)
[![Maintainability](https://api.codeclimate.com/v1/badges/9322302759fa8fdd9823/maintainability)](https://codeclimate.com/github/remortalite/python-project-50/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/9322302759fa8fdd9823/test_coverage)](https://codeclimate.com/github/remortalite/python-project-50/test_coverage)


# Example:
Expand Down

0 comments on commit 7956caf

Please sign in to comment.