karljj1 / kdis

DIS(IEEE 1278.1) Fully Implemented in C++. A complete open source implementation of DIS (Distributed Interactive Simulation) in C++. 1278.1 and 1278.1a are fully implemented including enumerations. Includes several utility classes to help with developing your DIS app.
BSD 2-Clause "Simplified" License
26 stars 10 forks source link

Code coverage #25

Open carlocorradini opened 10 months ago

carlocorradini commented 10 months ago

@karljj1 Can you create an account on Codecov for kdis

Thanks 🥳🤗

karljj1 commented 10 months ago

Its setup. I added the secret, you just need to put it into the actions somewhere:

- name: Upload coverage reports to Codecov
  uses: codecov/codecov-action@v3
  env:
    CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
carlocorradini commented 10 months ago

Awesome. Only to be certain, have you set up the Open Source project template for Codecov? (The token is not necessary if OSS)

karljj1 commented 10 months ago

Awesome. Only to be certain, have you set up the Open Source project template for Codecov? (The token is not necessary if OSS)

I dont see that option. There are 3 I can see: Github Actions, CircleCI and Other CI. image

carlocorradini commented 10 months ago

Ok, it works! See https://app.codecov.io/github/karljj1/kdis/commit/e30ab184937047dd379a7e6dbb8d6e93cfedd940

carlocorradini commented 10 months ago

@karljj1 Can you install https://github.com/apps/codecov in the repo. Thanks

karljj1 commented 10 months ago

@karljj1 Can you install https://github.com/apps/codecov in the repo. Thanks

Is it all working now?

carlocorradini commented 10 months ago

@karljj1 Can you install https://github.com/apps/codecov in the repo. Thanks

Is it all working now?

It should be automatic :)