Uninett / zinolib

Python library for zino
Apache License 2.0
1 stars 3 forks source link

Run tests on pushes to main #66

Closed johannaengland closed 3 months ago

johannaengland commented 3 months ago

A classic copy and paste mistake from copying from Zino, which uses the "master" branch name instead... I noticed this when trying to check if the codecov uploading is working here, but noticed that it has not yet, which made me suspicious...

johannaengland commented 3 months ago

But very practical - now this PR can actually be used to see if codecov uploading is working :grin:

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.32%. Comparing base (ddfbd8c) to head (9fd87b9). Report is 10 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #66 +/- ## ========================================== - Coverage 70.49% 70.32% -0.18% ========================================== Files 13 13 Lines 1427 1432 +5 ========================================== + Hits 1006 1007 +1 - Misses 421 425 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

johannaengland commented 3 months ago

But very practical - now this PR can actually be used to see if codecov uploading is working 😁

And we see that it is working! (Even though CodeCov complains that it is missing reports on the main branch, which is what this PR will fix)