Skip to content

Commit

Permalink
Merge branch 'master' into sensitive-headers-preallocate
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Apr 2, 2024
2 parents d0fa962 + c10f51e commit fae152e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
- name: Test
run: make test-coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@v3.1.4
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # pin@v4.1.1
with:
directory: .coverage
token: ${{ secrets.CODECOV_TOKEN }}
- name: Test (with race detection)
run: make test-race
# The race detector adds considerable runtime overhead. To save time on
Expand Down

0 comments on commit fae152e

Please sign in to comment.