Skip to content

Commit

Permalink
Merge pull request #7 from guionardo/feature/config
Browse files Browse the repository at this point in the history
Fixed codecov
  • Loading branch information
guionardo authored Jun 28, 2022
2 parents 8182caf + 12f9f3b commit a951c32
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ jobs:
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/
env_vars: OS,PYTHON
fail_ci_if_error: true
files: ./coverage1.xml,./coverage2.xml
fail_ci_if_error: true
flags: unittests
name: codecov-umbrella
path_to_write_report: ./coverage/codecov_report.txt
name: codecov-umbrella
verbose: true

0 comments on commit a951c32

Please sign in to comment.