Skip to content

Commit

Permalink
add new run yml for fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
joseevilasio committed Aug 29, 2023
1 parent 31a01ae commit ccba3ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ jobs:

- name: Run tests
run: poetry run pytest -v --forked --junitxml=test-result.xml
run: poetry run pytest -v --cov-config .coveragerc --cov=dynaconf -l tests/ --junitxml=junit/test-results.xml
run: poetry run coverage xml

- name: publish junit results
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
with:
files: test-result.xml
files: junit/**/*.xml
check_name: Test Result (Python ${{matrix.python-version}})

- name: "Upload coverage to Codecov"
Expand Down

0 comments on commit ccba3ee

Please sign in to comment.