VFCI / bcadata

Data Package to recreate the data from the paper by Angeletos, Collard, and Dellas, "Business Cycle Anatomy" (2020).
Other
0 stars 1 forks source link

Add codecov? #15

Closed matdehaven closed 1 year ago

matdehaven commented 1 year ago

I set up a Git Hub Action to test for code coverage in unit tests (i.e. are all functions executed during the testing process).

I think that to get the results to display nicely---including a badge on the ReadMe---we need to set up the repository on codecov, which is operated by Github. I tried going through and giving permissions, but I don't think I can do that for the VFCI organization repos.

Not pressing, just something to check out if we want.

fernando-duarte commented 1 year ago

I installed the codecov github app and linked this repository. Not sure if there's more that I should do?

fernando-duarte commented 1 year ago

I added the badge to Readme

matdehaven commented 1 year ago

Looks great to me! Clicking on the badge takes you to codecov and gives a lot more info.

Closing this issue as I've added a new test to get test coverage up to 100%.