I have two GitHub repos for TypeScript projects set up on codecov. Both repos have the same overall folder structure (dist, src, test) & the same general package & TS configurations (outside of the obvious project name, description, keywords, etc.). I can upload coverage reports for one repo but not the other.
This is the repo that works: https://github.com/jamesbontempo/btreemap.
This is the repo that does not work: https://github.com/jamesbontempo/btree
This does not appear to be a problem that needs a path fix because the paths in the lcov files for both repos have the correct relative paths.
Here's a coverage report upload that worked for the first repo: https://app.codecov.io/github/jamesbontempo/btreemap/commit/9eafd35ae05fd04871c1bdac24732d99a3eb4997
Here's the coverage report for the first upload to the repo that doesn't work: https://app.codecov.io/github/jamesbontempo/btree/commit/92a4d1dca142b2d4863aca6eda8dde514b916245
Any idea what's going on?
I have two GitHub repos for TypeScript projects set up on codecov. Both repos have the same overall folder structure (dist, src, test) & the same general package & TS configurations (outside of the obvious project name, description, keywords, etc.). I can upload coverage reports for one repo but not the other.
This is the repo that works: https://github.com/jamesbontempo/btreemap.
This is the repo that does not work: https://github.com/jamesbontempo/btree
This does not appear to be a problem that needs a path fix because the paths in the lcov files for both repos have the correct relative paths.
Here's a coverage report upload that worked for the first repo: https://app.codecov.io/github/jamesbontempo/btreemap/commit/9eafd35ae05fd04871c1bdac24732d99a3eb4997
Here's the coverage report for the first upload to the repo that doesn't work: https://app.codecov.io/github/jamesbontempo/btree/commit/92a4d1dca142b2d4863aca6eda8dde514b916245
Any idea what's going on?