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

Getting codecov up and running in TravisCI #49

Closed
endy-imam opened this issue Apr 23, 2020 · 0 comments
Closed

Getting codecov up and running in TravisCI #49

endy-imam opened this issue Apr 23, 2020 · 0 comments

Comments

@endy-imam
Copy link
Contributor

One of my key worries when trying to create unit tests for the project is wondering if I tested all of the appropriate functions in a given module.

This issue is brought up when trying to create a controller test for issue #20 and my concern is struggling to figure out how to even test functions such as on_session_started and on_session_ended that as of now doesn't seem to have a purpose.

Another is the stray codecov command in the after_success section of the .travis.yml that while it was called, it was never properly executed as shown under:

$ codecov
codecov: command not found

I am gonna get around trying to get this working so we can be confident that all other functions won't cause unforeseen issues down the line.

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

No branches or pull requests

1 participant