Fix indent error

This commit is contained in:
Griatch 2020-05-17 22:54:39 +02:00
parent a757dd95dc
commit e448e0007a

View file

@ -105,8 +105,8 @@ jobs:
cd testing_mygame cd testing_mygame
coveralls coveralls
- name: Send data to Codacy - name: Send data to Codacy
if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 }} if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 }}
uses: codacy/codacy-coverage-reporter-action@master uses: codacy/codacy-coverage-reporter-action@master
with: with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: ./testing_mygame/coverage.xml coverage-reports: ./testing_mygame/coverage.xml