Skip to content

Commit

Permalink
Typo in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Nov 14, 2021
1 parent edf8dd1 commit 2bc0774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-action.yaml
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
name: Unit Test Results (Python ${{ matrix.python-version }})
path: pytest.xml
= name: Post Coveraage result to Codacy
- name: Post Coveraage result to Codacy
run: |
export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r cov.xml
Expand Down

0 comments on commit 2bc0774

Please sign in to comment.