Skip to content

Commit

Permalink
Merge pull request #9 from BrunoSilvaAndrade/develop
Browse files Browse the repository at this point in the history
fix(pipeline): Fixing argument to converage pipeline
  • Loading branch information
BrunoSilvaAndrade authored Jul 13, 2022
2 parents 20d14c6 + e63f2f4 commit 1a64227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest coverage coveralls
pip install -f requirements.txt
pip install -r requirements.txt
- name: Report coverage
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down

0 comments on commit 1a64227

Please sign in to comment.