Skip to content

Commit

Permalink
call coverage xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Sep 5, 2022
1 parent 8735357 commit 5006033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
files: coverage.xml
fail_ci_if_error: true

- name: Run codacy-coverage-reporter
Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -184,6 +184,7 @@ test: pep8 mypy test_only

citest:
py.test -v --cov-config .coveragerc --cov=dynaconf -l tests/ --junitxml=junit/test-results.xml
coverage xml

ciinstall:
python -m pip install --upgrade pip
Expand Down

0 comments on commit 5006033

Please sign in to comment.