Skip to content

Commit

Permalink
Generate coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiavrammsd committed Sep 7, 2024
1 parent cae3f25 commit 09cd37c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ jobs:
key: bazel

- run: bazel test poly_map_test --test_output=all

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[![bazel](https://github.com/andreiavrammsd/polymap/workflows/bazel/badge.svg)](https://github.com/andreiavrammsd/polymap/actions/workflows/bazel.yml)

[![codecov](https://codecov.io/github/andreiavrammsd/polymap/graph/badge.svg?token=CKSCACRJXC)](https://codecov.io/github/andreiavrammsd/polymap)

### Polymorphic map container.

A recursive map that can have any shape and can hold multiple types for keys and values.
Expand Down
11 changes: 11 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
coverage:
precision: 2
round: down
range: "100...100"
status:
project: true
patch: true
changes: true

ignore:
- 'tests/*'

0 comments on commit 09cd37c

Please sign in to comment.