Skip to content

Commit

Permalink
Include codecover.
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-gimenez committed Apr 1, 2024
1 parent 4a1272a commit 08fb9c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
global-json-file: ./global.json

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Restore Dependencies
run: |
dotnet restore
Expand Down

0 comments on commit 08fb9c5

Please sign in to comment.