Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
chore: Replace Codecov with CodeClimate coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay-Lysenko committed Jan 4, 2025
1 parent 1f328db commit 3c31303
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
pip install -r requirements/test.txt
- name: Test with Pytest
run: pytest --cov=servifier --cov-config .coveragerc --cov-report=xml
- name: Create and upload Codecov report
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
- name: Upload coverage report to Code Climate
uses: paambaati/[email protected]

0 comments on commit 3c31303

Please sign in to comment.