Skip to content

Setup coveralls on github actions#864

Merged
Bachibouzouk merged 4 commits intodevfrom
fix/coverage
Apr 20, 2021
Merged

Setup coveralls on github actions#864
Bachibouzouk merged 4 commits intodevfrom
fix/coverage

Conversation

@Bachibouzouk
Copy link
Copy Markdown
Collaborator

@Bachibouzouk Bachibouzouk commented Apr 16, 2021

Fix #669

Changes proposed in this pull request:

  • Add coveralls call to workflow

The following steps were realized, as well (if applies):

  • Update the CHANGELOG.md
  • Apply black (black . --exclude docs/)
  • Check if benchmark tests pass locally (EXECUTE_TESTS_ON=master pytest)

For more information on how to contribute check the CONTRIBUTING.md.

- Readthedocs restructure of chapters (#853, #860)
- Load svg badges only for html readthedocs (#857) (reversed in #860)
- Turn docs build warnings into errors (#863)
- Pytest runs the kpi benchmark tests (which was not the case before) (#864)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where in your commits did you change that?

- name: Test with pytest
run: |
coverage run -m pytest tests/ -k "not test_benchmark_kpi" --durations-min=1.0 --durations=400
coverage run -m pytest tests/ --durations-min=1.0 --durations=400
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smartie2076 This is the line where I removed the code which exluded the test_benchmark_kpi

@Bachibouzouk Bachibouzouk merged commit be0ae37 into dev Apr 20, 2021
@Bachibouzouk Bachibouzouk deleted the fix/coverage branch April 20, 2021 13:42
@smartie2076 smartie2076 mentioned this pull request May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test coverage is not triggered by github action

2 participants