Skip to content

Commit

Permalink
master instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
luk036 committed Aug 5, 2023
1 parent ff9c843 commit 256a9f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI # Continuous Integration
on:
push:
branches:
- main
- master
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: coverage by grcov

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tarpaulin.yml.bak
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
version: "0.15.0"
args: "-- --test-threads 1"

- name: Upload to codecov.io
uses: codecov/codecov-action@v2
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
# with:
# token: ${{secrets.CODECOV_TOKEN}}
#
Expand Down

0 comments on commit 256a9f5

Please sign in to comment.