Skip to content

Commit

Permalink
'fix: switch to v4-beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Sep 16, 2023
1 parent f864b3e commit fef1878
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cpp-11-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,22 @@ jobs:
g++ -std=c++11 -o TestBinary -fprofile-arcs -ftest-coverage test/test_index.cpp
./TestBinary
gcov -o . test/test_index.cpp
<<<<<<< Updated upstream
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov
python request.py
=======
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4-beta
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Test coverage percentage
run: python request.py
env:
API_KEY: ${{ secrets.API_KEY }}
EXPECTED_COVERAGE: ${{ secrets.EXPECTED_COVERAGE }}
>>>>>>> Stashed changes
- name: Upstream to Standards
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit fef1878

Please sign in to comment.