Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix codecov action #24

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Fix codecov action #24

merged 1 commit into from
Mar 19, 2024

Conversation

devmotion
Copy link
Member

#23 broke codecov integration: https://github.com/JuliaMath/DensityInterface.jl/actions/runs/8339219371/job/22828516211#step:8:31

The problem is that version 4 of the app does not support tokenless uploads anymore.

@@ -55,6 +55,8 @@ jobs:
- uses: codecov/codecov-action@v4
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The token has to be retrieved from the codecov website and added as a Github secret.

Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1b3583e) to head (e6fdda3).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #24   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           63        63           
=========================================
  Hits            63        63           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oschulz
Copy link
Collaborator

oschulz commented Mar 19, 2024

Ooops - thanks!

@oschulz oschulz merged commit 3f5c19a into master Mar 19, 2024
10 checks passed
@devmotion devmotion deleted the dw/codecov branch March 19, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants