Skip to content

Commit 2c3f0bb

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 13cc22b + d5b3b40 commit 2c3f0bb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
schedule:
9+
- cron: "0 4 * * 0" # Runs every Sunday at midnight UTC
810

911
jobs:
1012
build:
11-
1213
runs-on: ubuntu-latest
1314

1415
steps:
@@ -24,8 +25,4 @@ jobs:
2425
- name: Test
2526
env:
2627
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
27-
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
28-
- name: Upload coverage reports to Codecov
29-
uses: codecov/codecov-action@v3
30-
env:
31-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
28+
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)