Skip to content

Commit

Permalink
ci: var based codacy lang override
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Jul 22, 2023
1 parent d47752b commit 2a146d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
@@ -1,4 +1,4 @@
# managed-by-autotool
# TODO REENABLE anaged-by-autotool

name: cicd

Expand Down Expand Up @@ -172,6 +172,7 @@ jobs:
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage/lcov.info
language: ${{ vars.CODACY_REPORT_LANGUAGE }}
- name: upload coverage result to codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 2a146d3

Please sign in to comment.