File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3737 python -m pip install -e unpacked_sdist/[test,dask]
3838 - if: ${{ matrix.python_version == 3.9 }}
3939 name: Generate coverage args
40- run : echo "coverage_args=--cov=featuretools --cov-config=../pyproject.toml --cov-report=xml:../coverage.xml" >> $GITHUB_ENV
40+ run: echo "coverage_args=--cov=featuretools --cov-config=../pyproject.toml --cov-report=xml:../coverage.xml --junitxml=junit.xml -o junit_family=legacy " >> $GITHUB_ENV
4141 - if: ${{ env.coverage_args }}
4242 name: Erase coverage files
4343 run: |
4747 run: |
4848 cd unpacked_sdist
4949 pytest featuretools/ -n auto ${{ env.coverage_args }}
50+ - if : ${{ env.coverage_args} && ${{ !cancelled() }} # Run even if tests fail
51+ name : Upload test results to Codecov
52+ uses : codecov/test-results-action@v1
53+ with :
54+ token : ${{ secrets.CODECOV_TOKEN }}
5055 - if: ${{ env.coverage_args }}
5156 name: Upload coverage to Codecov
5257 uses: codecov/codecov-action@v3
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Future Release
1212 * Documentation Changes
1313 * Update API Docs to include previously missing primitives (:pr: `2737 `)
1414 * Testing Changes
15+ * Add Codecov test analytics (:pr: `2761 `)
1516
1617 Thanks to the following people for contributing to this release:
1718 :user: `thehomebrewnerd `
You can’t perform that action at this time.
0 commit comments