Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test coverage with github actions #257

Closed
SabineHaas opened this issue Mar 22, 2021 · 2 comments · Fixed by #289
Closed

Add test coverage with github actions #257

SabineHaas opened this issue Mar 22, 2021 · 2 comments · Fixed by #289
Assignees

Comments

@SabineHaas
Copy link
Collaborator

When changing to gibhub actions from travis CI the code coverage stayed at travis, which is why it was not updated since December.
We should implement the code coverage with github actions now.

@SabineHaas
Copy link
Collaborator Author

Note, to add threshold for failing check at < specific test coverage:

- name: Check test coverage
      run: coverage report -m --fail-under=${{ matrix.vcs == 'bzr' && 89 || 90 }}

@SabineHaas
Copy link
Collaborator Author

SabineHaas commented Apr 15, 2021

Open todo after merge of this PR (#283):

  • adapt badge in README.rst

Originally posted by @SabineHaas in #283 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant