roc-streaming / roc-go

Golang bindings for Roc Toolkit.
https://roc-streaming.org
MIT License
22 stars 10 forks source link

Commit of "Use time.Duration for time intervals" #94

Closed g41797 closed 1 year ago

g41797 commented 1 year ago

Done according to former issue #83

coveralls commented 1 year ago

Coverage Status

Coverage: 92.687% (-1.4%) from 94.04% when pulling 160a174b3e29665b2952456518277875e2d5b513 on g41797:main into 9647d5d8bb3496fdbdaf49268f72475b24ebcff6 on roc-streaming:main.

gavv commented 1 year ago

@g41797 FYI:

gavv commented 1 year ago

Coverage Status

Coverage: 92.687% (-1.4%) from 94.04% when pulling 0d77f4e on g41797:main into 9647d5d on roc-streaming:main.

I just noticed that the coverage was decreased:

That's because the newly added error paths are not covered.

We need to add appropriate tests for sender and receiver.

g41797 commented 1 year ago

1f44d

g41797 commented 1 year ago

roc/sender_receiver_test.go was deleted (see #97) but I didn't sync repos It's the reason of the conflict how to proceed?

gavv commented 1 year ago

roc/sender_receiver_test.go was deleted (see https://github.com/roc-streaming/roc-go/pull/97)

It was not deleted, it was renamed to e2e_test.go.

gavv commented 1 year ago

Note: there were no need to close PR and create a new one in this case; what you need, instead, is to fetch fresh main from upstream repo, rebase your forked branch on it, and force-push to your forked repo. PR will be automatically updated after force-push.

g41797 commented 1 year ago

thanks saved in "how to ..."

On Mon, May 29, 2023 at 4:08 PM Victor Gaydov @.***> wrote:

Note: there were no need to close PR and create a new one in this case; what you need, instead, is to fetch fresh main from upstream repo, rebase your forked branch on it, and force-push to your forked repo. PR will be automatically updated after force-push.

— Reply to this email directly, view it on GitHub https://github.com/roc-streaming/roc-go/pull/94#issuecomment-1567121058, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFRU6PINIOOQZBYAP7A2YDXISNWBANCNFSM6AAAAAAYJK2NWU . You are receiving this because you modified the open/close state.Message ID: @.***>