We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5afd1 commit b1f909aCopy full SHA for b1f909a
.github/workflows/code-coverage.yml
@@ -1,16 +1,16 @@
1
name: code-coverage
2
on:
3
push:
4
- branches: [ master ]
+ branches: [ main ]
5
jobs:
6
run:
7
runs-on: ubuntu-latest
8
env:
9
PYTHON: '3.9'
10
steps:
11
- - uses: actions/checkout@master
+ - uses: actions/checkout@main
12
- name: Setup Python
13
- uses: actions/setup-python@master
+ uses: actions/setup-python@main
14
with:
15
python-version: 3.9
16
- name: Generate coverage report
.github/workflows/tests.yml
@@ -5,9 +5,9 @@ name: tests
pull_request:
build:
0 commit comments