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 cf715cd commit ac403a3Copy full SHA for ac403a3
.github/workflows/swift-test.yml
@@ -41,11 +41,9 @@ jobs:
41
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y make curl wget
42
- name: Test
43
run: |
44
- cd $GITHUB_WORKSPACE/src
45
make test
46
- name: Coverage
47
48
49
make coverage
50
- name: Upload Code Coverage
51
uses: codecov/codecov-action@v3
0 commit comments