codecovorg

wrapper for codecov that fetches repo tokens based on API key

Usage no npm install needed!

<script type="module">
  import codecovorg from 'https://cdn.skypack.dev/codecovorg';
</script>

README

codecovorg

A thin wrapper for codecov designed for organizations that manage a large number of repos.

Provide the api-key parameter to codecovorg, it will in turn use this to populate a token for codecov.

Usage

with c8

c8 report --reporter=text-lcov | npx codecovorg -a ${{ secrets.CODECOV_API_KEY }} --pipe

License

Apache-2.0