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

Commit

Permalink
fix: Pass CC_TEST_REPORTER_ID explicitly since it is not secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay-Lysenko committed Jan 4, 2025
1 parent 3c31303 commit 2811a82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
run: pytest --cov=servifier --cov-config .coveragerc --cov-report=xml
- name: Upload coverage report to Code Climate
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: 1b01f1376571426e6f792267a07871b57834b1e250e9352eb615d0a5b45a03d9

0 comments on commit 2811a82

Please sign in to comment.