LM-SAL / aiapy

Python library for AIA data analysis
https://aiapy.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Fix coverage reporting #51

Closed nabobalis closed 10 months ago

nabobalis commented 4 years ago

In GitLab by @wtbarnes on Apr 2, 2020, 15:56

When the repo was re-templated, it broke how the test coverage results were being sent to coveralls. This means that is no longer accurately reporting our test coverage.

Really, we should move to using codecov.io instead of coveralls.

nabobalis commented 4 years ago

In GitLab by @wtbarnes on Apr 21, 2020, 07:55

For some reason, there is a bug in codecov when it comes to adding GitLab repos (or I'm doing something wrong). I've created an issue on their discourse page.

nabobalis commented 4 years ago

In GitLab by @wtbarnes on Apr 26, 2020, 18:08

mentioned in commit bd4a85dc46dfdc5188e8e66f59371e87df7c6307

nabobalis commented 4 years ago

In GitLab by @wtbarnes on Apr 26, 2020, 18:08

closed via merge request !60

nabobalis commented 4 years ago

In GitLab by @wtbarnes on Apr 26, 2020, 18:53

reopened

nabobalis commented 4 years ago

In GitLab by @wtbarnes on Apr 26, 2020, 18:55

We now have a job reporting code coverage to codecov only on merges into master and codecov.io seems to be recognizing that. However, there is some issue with generating the coverage report in the build pipeline

nabobalis commented 4 years ago

In GitLab by @wtbarnes on Apr 28, 2020, 07:40

Specifically, this error in the CI pipeline

nabobalis commented 4 years ago

In GitLab by @wtbarnes on Jun 19, 2020, 13:50

mentioned in commit 0e9b5cdbada11c44b3d14b666a75564d87514c2b

nabobalis commented 4 years ago

In GitLab by @wtbarnes on Jun 19, 2020, 13:50

closed via merge request !67