Skip to content

Commit 1a64227

Browse files
Merge pull request #9 from BrunoSilvaAndrade/develop
fix(pipeline): Fixing argument to converage pipeline
2 parents 20d14c6 + e63f2f4 commit 1a64227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/report-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install pytest coverage coveralls
25-
pip install -f requirements.txt
25+
pip install -r requirements.txt
2626
- name: Report coverage
2727
env:
2828
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)