Skip to content

Commit

Permalink
update code-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Nov 11, 2023
1 parent d000391 commit 72dd58f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-csle-agents-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
files: simulation-system/libs/csle-agents/coverage.yml
2 changes: 1 addition & 1 deletion simulation-system/libs/csle-agents/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ setenv =
deps =
-r{toxinidir}/requirements_dev.txt
commands =
pytest --basetemp={envtmpdir} --cov=csle_agents
pytest --basetemp={envtmpdir} --cov-report xml:coverage.xml --cov=csle_agents

[testenv:flake8]
basepython = python3.8
Expand Down

0 comments on commit 72dd58f

Please sign in to comment.