Skip to content

Commit

Permalink
Bump codecov version (#876)
Browse files Browse the repository at this point in the history
* Bump codecov version and add `workflow_dispatch` to the commit workflow
  • Loading branch information
dalyIsaac authored Apr 17, 2024
1 parent f045470 commit 3d2bddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: commit

on:
workflow_dispatch: # Allow running on-demand
push:
branches: [main]
paths:
Expand Down Expand Up @@ -91,6 +92,6 @@ jobs:
dotnet test Whim.sln --collect:"XPlat Code Coverage;Format=opencover"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v4.3.0
with:
files: src/**/TestResults/**/coverage.opencover.xml

0 comments on commit 3d2bddb

Please sign in to comment.