Henrique Lopes

Results 4 comments of Henrique Lopes

Hi guys. I've the same problem with my python application. Do you've a solution to solve this?

> Hello, > > My application is based on python and I use pytest-cov to create report file. > The available formats of reports file are terminal, html, xml in...

The simplest was to do this ```yml - name: Test env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} run: | pytest -s -v --cov={project} --cov-report term-missing && coveralls ```