locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
515 stars 140 forks source link

ci: Use codecov token to upload master branch measurements #363

Open AiyionPrime opened 4 months ago

AiyionPrime commented 4 months ago

Alright, this should allow for coverage report of main to be published to codecov.

@locka99 There should be a token for you to take from this codecov-page:

https://app.codecov.io/github/locka99/opcua/settings

to register as repo-secret as described on this page:

https://docs.codecov.com/docs/adding-the-codecov-token#github-actions

Once that is done and this PR merged, codecov should work as expected.