Skip to content

Commit 486f5ae

Browse files
authored
Merge branch 'main' into query-params-optional-types
2 parents 33416fd + 52eb8d0 commit 486f5ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
- name: Generate E2E Coverage
4444
run: poetry run coverage xml -o e2e-coverage.xml
4545

46-
- uses: codecov/codecov-action@v1
46+
- uses: codecov/codecov-action@v2
4747
with:
4848
files: ./coverage.xml,./e2e-coverage.xml

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at danthony@triaxtec.com. All
58+
reported by [contacting the project maintainer Dylan Anthony](https://github.com/dbanty/). All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

0 commit comments

Comments
 (0)